Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#10478 - please compile libassuan with -fPIC
Attached to Project:
Arch Linux
Opened by Martin Sandsmark (sandsmark) - Friday, 23 May 2008, 13:03 GMT
Last edited by Aaron Griffin (phrakture) - Friday, 18 July 2008, 16:15 GMT
Opened by Martin Sandsmark (sandsmark) - Friday, 23 May 2008, 13:03 GMT
Last edited by Aaron Griffin (phrakture) - Friday, 18 July 2008, 16:15 GMT
|
DetailsTo compile kdepim for kde 4 on x86_64, libassuan needs to be compiled with -fPIC.
I don't know of anything that breaks if libassuan is compiled with it. |
This task depends upon
So something like:
[ "$CARCH" = "x86_64" ] && export CFLAGS="$CLFAGS -fPIC"
at the beginning of build() will be fine (like in many other packages - for example core/dmapi or core/pcre)
Without libassuan compiled with -fPIC kdepim4 fails to compile.