On Tuesday 20 May 2008 08:03, Lukas Oboril wrote:
> add to -z now in global flags.inc (flags64.inc)

?? -z now has been in there forever. At issue is packages that ignore it 
somehow. Like Qt, which doesn't use the CXXFLAGS from flags.inc at all (it 
sets them in qmake.conf). Like redland, which has rasqal embedded in it with 
its own libtool (which strips out -z). Like tasn1, where something *else* was 
killing the patched libtool and replacing it with standard auto* brokenness.

On dillon, the list of still-not-binding-now libraries is

/opt/foss/lib/libcharset.so
/opt/foss/lib/libfreetype.so
/opt/foss/lib/libgettextlib-0.17.so
/opt/foss/lib/libgettextlib.so
/opt/foss/lib/libgettextpo.so
/opt/foss/lib/libgettextsrc-0.17.so
/opt/foss/lib/libgettextsrc.so
/opt/foss/lib/libintl.so

These need to be examined individually to find out where the -z now flag is 
disappearing to.

One thing I'm going to do is in Respect.pl, add a touch `find .` to the 
specfile's prepare stage, so that all the timestamps are set to *one* value. 
That will avoid surprises like tasn1, I hope.

[ade]

Reply via email to