diff options
-rw-r--r-- | packaging/xdelta.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/xdelta.spec b/packaging/xdelta.spec index b1862db..4026e2d 100644 --- a/packaging/xdelta.spec +++ b/packaging/xdelta.spec @@ -37,6 +37,10 @@ chmod -x NEWS README COPYING %build autoreconf -fiv +%if 0%{?fedora} == 23 +LDFLAGS='-Wl,-z,relro' +export LDFLAGS +%endif %configure --disable-static # IDIOT author overrides our cflags with -O3 |