FS#21191 - [udev] wrong cflags in .pc file
Attached to Project:
Arch Linux
Opened by Lucas De Marchi (lucasdemarchi) - Monday, 11 October 2010, 12:55 GMT
Last edited by Tobias Powalowski (tpowa) - Wednesday, 24 November 2010, 15:09 GMT
Opened by Lucas De Marchi (lucasdemarchi) - Monday, 11 October 2010, 12:55 GMT
Last edited by Tobias Powalowski (tpowa) - Wednesday, 24 November 2010, 15:09 GMT
|
Details
Description:
pkg-config --cflags libudev returns /include which is obviously wrong. It turned out to be because of the --prefix="" that is being used in udev configure stage. Changing it to './configure --sysconfdir=/etc --libexecdir=/lib/udev --sbindir=/sbin' should suffice. I found this problem while modifying this package to play nice with systemd. You can see some work on this at http://github.com/lucasdemarchi/arch-overlay/tree/master/udev/ Additional info: * package version(s): 162 Steps to reproduce: pkg-config --cflags libudev will return /include |
This task depends upon
Closed by Tobias Powalowski (tpowa)
Wednesday, 24 November 2010, 15:09 GMT
Reason for closing: Fixed
Additional comments about closing: udev-164-1
Wednesday, 24 November 2010, 15:09 GMT
Reason for closing: Fixed
Additional comments about closing: udev-164-1
Comment by Tom Gundersen (tomegun) -
Monday, 22 November 2010, 12:55 GMT
Any chance of having this fixed for the update to udev 164? I'm
seeing the same problem as Lucas, don't think it matters much, but
it would be nice to get rid of the warnings from all my
compilations.
Comment by
Lucas De Marchi (lucasdemarchi) -
Monday, 22 November 2010, 13:20 GMT
I'm letting the patch here for easier integration.
fix-pkg-config.patch
(1.2 KiB)