Alexander Neundorf wrote:
>Please enter everything we lost and we should have again at b.k.o.
>I can only implement what I know of.

We used to have a configure-time option called --enable-new-ldflags that 
turned on two ld options:
        --enable-new-dtags
        --as-needed

The former one I think we can drop. It's high time distributions started 
making their lds do that by default. I haven't seen a single drawback in 
having DT_RUNPATH instead of DT_RPATH in the executables and libraries, 
and it gives us a lot more flexibility.

I do that change manually on my Mandriva (because they don't turn the new 
Dtags on).

The second option is the one we're missing.

-- 
  Thiago Macieira  -  thiago (AT) macieira.info - thiago (AT) kde.org
    PGP/GPG: 0x6EF45358; fingerprint:
    E067 918B B660 DBD1 105C  966C 33F5 F005 6EF4 5358

Attachment: pgpI89te0RKeQ.pgp
Description: PGP signature

_______________________________________________
Kde-buildsystem mailing list
Kde-buildsystem@kde.org
https://mail.kde.org/mailman/listinfo/kde-buildsystem

Reply via email to