diff options
-rw-r--r-- | packaging/tar.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/tar.spec b/packaging/tar.spec index 0fbe3a6..812ceec 100644 --- a/packaging/tar.spec +++ b/packaging/tar.spec @@ -39,7 +39,7 @@ cp %{SOURCE1001} . # --disable-nls %configure --disable-static \ --disable-nls -make %{?_smp_mflags}; +make %{?_smp_mflags} CFLAGS=" -fPIE" LDFLAGS=" -pie" %check %if %{run_tests} |