Please raise the priority of this bug, it broke compilation of kdelibs-3 for me
today still,
one year after the initial report.
Took me a while to understand the problem, from the error message
kdeprint/cups/Makefile.am: variable 'LDADD' contains unknown flag -g. These
should be in LDFLAGS
(putting this here to help future google searches)
(Workaround was to edit /usr/bin/cups-config by hand and put things back to
where they belong:
CFLAGS="-I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
-DDBUS_API_SUBJECT_TO_CHANGE"
LDFLAGS="-Wl,-Bsymbolic-functions"
LIBS="-L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls -lz
-lpthread -lm -lcrypt"
instead of all these flags in LIBS and nothings in the other two, as it was
initially.)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]