28 Feb
2012
28 Feb
'12
5:10 p.m.
On Tue, Feb 28, 2012 at 9:46 AM, David C. Rankin <drankinatty@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