[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
LDFLAGS leaked into pkg-config files
From: |
Sven Joachim |
Subject: |
LDFLAGS leaked into pkg-config files |
Date: |
Mon, 11 May 2015 22:34:51 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Hi,
the 20150502 changes to misc/gen-pkgconfig.in have the side effect of
leaking the build-time value of LDFLAGS into the "Libs:" field of the
generated .pc files, noticeable in the Debian build where
dpkg-buildflags sets LDFLAGS=-Wl,-z,relro.
Surely that's not really desirable? I think the Libs field should not
contain anything beyond -Lfoo -lbar statements.
Cheers,
Sven
- LDFLAGS leaked into pkg-config files,
Sven Joachim <=