Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unsubstituted @GLIB_CFLAGS@ in hfst.pc on Fedoras #366

Open
unhammer opened this issue Sep 20, 2017 · 0 comments
Open

unsubstituted @GLIB_CFLAGS@ in hfst.pc on Fedoras #366

unhammer opened this issue Sep 20, 2017 · 0 comments

Comments

@unhammer
Copy link
Member

On Fedora 26 (but this has been a problem with earlier Fedora's too), the .pc has unsubstituted @GLIB_CFLAGS@ leading to all kinds of consternation for people trying to link to hfst from other packages:

$ cat /usr/lib64/pkgconfig/hfst.pc
prefix=/usr
exec_prefix=/usr
libdir=/usr/lib64
includedir=/usr/include

Name: hfst
Description: Finite-state transducer library bridge for multiple FLOSS packages
Version: 3.12.2
Libs: -L${libdir} -lhfst
Cflags: -I${includedir}/hfst/ @GLIB_CFLAGS@

The file is owned by libhfst-devel-3.12.2.r3453-1.1.x86_64

unhammer added a commit to divvun/libdivvun that referenced this issue Sep 20, 2017
TinoDidriksen added a commit to apertium/packaging that referenced this issue Feb 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant