[arch-general] Howto prevent LDFLAGS --sort-common, --as-needed, <snip>, --hash-style=gnu

C Anthony Risinger anthony at xtfx.me
Tue Feb 28 12:10:14 EST 2012


On Tue, Feb 28, 2012 at 9:46 AM, David C. Rankin
<drankinatty at suddenlinkmail.com> wrote:
>
>  I'm working on building kwin-style-crystal and I have patched acinclude.m4,
> aclocal.m4 and configure to remove references to --as-needed, but when I run
> configure, I still get the three unwanted LDFLAGS put back in the makefile
> somehow? Example:
>
> Makefile:LDFLAGS = -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu
>
>  I just want it to read:
>
> Makefile:LDFLAGS = -Wl,-O1,-z,relro
>
> [...]
>
>  What's the trick? Thanks.

# grep LDFLAGS /etc/makepkg.conf

;-)

-- 

C Anthony


More information about the arch-general mailing list