Drop explicit LDFLAGS (%configure should take care of that) (#1548437)

This commit is contained in:
Jakub Jelen 2018-03-07 18:13:03 +01:00
parent 266fe37583
commit d434eb7634
1 changed files with 0 additions and 1 deletions

View File

@ -214,7 +214,6 @@ for i in `find . -name config.sub`; do
done
CFLAGS="$RPM_OPT_FLAGS $CFLAGS $CPPFLAGS -fPIC -pie -Wl,-z,relro -Wl,-z,now"; export CFLAGS
LDFLAGS="$LDFLAGS -pie -Wl,-z,now"; export LDFLAGS
echo "$CFLAGS"
echo "$CPPFLAGS"