summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/tar.spec5
1 files changed, 3 insertions, 2 deletions
diff --git a/packaging/tar.spec b/packaging/tar.spec
index 02c0cc9..23d1f8e 100644
--- a/packaging/tar.spec
+++ b/packaging/tar.spec
@@ -38,8 +38,9 @@ cp %{SOURCE1001} .
# --disable-silent-rules \
# --disable-nls
-CFLAGS+=" -fPIE"
-LDFLAGS+=" -pie"
+export CFLAGS+=" -Wno-error=implicit-function-declaration -Wno-error=int-conversion"
+export CFLAGS+=" -fPIE"
+export LDFLAGS+=" -pie"
%configure --disable-static \
--disable-nls