This is the mail archive of the
libffi-discuss@sourceware.org
mailing list for the libffi project.
libffi.pc from libffi-3.1 after `make install` is broken, new release propably in order
- From: Samuli Suominen <ssuominen at gentoo dot org>
- To: libffi-discuss at sourceware dot org
- Date: Fri, 30 May 2014 13:55:56 +0300
- Subject: libffi.pc from libffi-3.1 after `make install` is broken, new release propably in order
- Authentication-results: sourceware.org; auth=none
I think 3.1.1 should be rolled to cover issues of:
1. https://sourceware.org/ml/libffi-discuss/2014/msg00059.html
2. https://sourceware.org/ml/libffi-discuss/2014/msg00058.html
3. This issue:
$ ./configure --prefix=/usr
$ make
$ make install
$ pkg-config --libs libffi
-L$(libdir)/../lib64 -lffi
Notice the (), it should be {}, so now every reverse dependency that tries
to link to libffi using info provided by --libs libffi, won't compile,
due to the
syntax error!
- Samuli