summaryrefslogtreecommitdiff
path: root/zip/Makefile
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2023-12-17 21:24:48 +0100
committerTomas Bzatek <tbzatek@redhat.com>2023-12-17 21:24:48 +0100
commit6fc6478ac4af06a080731b92231303b2a81921b6 (patch)
tree711b483dcc48cd61c525e647c374b1127f7d77ad /zip/Makefile
parent02d6107c97b48888362e7c6a70dcac323c89d741 (diff)
downloadtuxcmd-modules-6fc6478ac4af06a080731b92231303b2a81921b6.tar.xz
zip: Align with the ZipArchive-4.6.9 rebase
Diffstat (limited to 'zip/Makefile')
-rw-r--r--zip/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/zip/Makefile b/zip/Makefile
index aeef6f5..e4a8b71 100644
--- a/zip/Makefile
+++ b/zip/Makefile
@@ -8,7 +8,7 @@ DIR_ZIPARCHIVE = ./ZipArchive/
CC = gcc
CPP = g++
CFLAGS = -I. -I$(DIR_ZIPARCHIVE) -I/usr/include \
- -Wall -Wtype-limits -fPIC -O2 -g -ggdb \
+ -Wall -Wtype-limits -Wno-unknown-pragmas -fPIC -O2 -g -ggdb \
-DG_DISABLE_DEPRECATED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE \
-D__VERBOSE_DEBUGx