Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #29454: don't use PPL's LDFLAGS to compile its test program.
When (for example) PPL was build with a hardened toolchain, its PPL_LDFLAGS as determined by the AM_PATH_PPL macro can contain things like, -Wl,-z,relro ... -specs=/usr/lib/rpm/redhat/redhat-hardened-ld which we don't actually want to use while compiling the test program. This commit modifies m4/ppl.m4 to compile and link the test program without PPL_LDFLAGS in LDFLAGS. The PPL_LDFLAGS symbol is however still defined.
- Loading branch information