Advice on PIC issue

Andreas Metzler ametzler at downhill.at.eu.org
Wed Nov 8 20:39:27 CET 2006


On 2006-11-08 Andreas Metzler <ametzler at downhill.at.eu.org> wrote:
[...]
> I do not know whether sasldb/libsasldb.a serves any purpose, I doubt
> it, however replacing the above two lines with

> libsasldb.a: libsasldb.la $(SASL_DB_BACKEND_STATIC)
>         $(AR) cru $@ $(SASL_DB_BACKEND_STATIC)
[end of sentence missing]

... would generate a file ./libsasldb.a with the contents I'd expect in
that location (i.e. without PIC).

I *guess* from a quick grep on the buildlog that it is not used at
all. On second thought it couldn't be used because it is not generated
in the original rule.  ;-) The original rule is a .PHONY target,
causing regeneration of .libs/libsasldb.a. Anybody for this - a phony
target re-generating a proper ./libs/libsasldb.a?

libsasldb.a: libsasldb.la $(SASL_DB_BACKEND_STATIC)
        cd .libs && $(AR) cru $@ $(SASL_DB_BACKEND_STATIC)

cu andreas
-- 
The 'Galactic Cleaning' policy undertaken by Emperor Zhark is a personal
vision of the emperor's, and its inclusion in this work does not constitute
tacit approval by the author or the publisher for any such projects,
howsoever undertaken.                                (c) Jasper Ffforde



More information about the Pkg-cyrus-sasl2-debian-devel mailing list