cvsdist 6ac5f52
--- unzip-5.42/unix/Makefile.rpmoptflags	Mon May 21 10:57:51 2001
cvsdist 6ac5f52
+++ unzip-5.42/unix/Makefile	Mon May 21 10:58:22 2001
cvsdist 6ac5f52
@@ -735,7 +735,7 @@
cvsdist 6ac5f52
 # Linux (Posix, approximately SysV):  virtually any version since before 0.96,
cvsdist 6ac5f52
 # for any platform.  Change "-O" to "-O3" or whatever, as desired...
cvsdist 6ac5f52
 linux_noasm:	unix_make
cvsdist 6ac5f52
-	$(MAKE) unzips CC=gcc LD=gcc CF="-O -Wall -I. $(LOC)"
cvsdist 6ac5f52
+	$(MAKE) unzips CC=gcc LD=gcc CF="$(RPM_OPT_FLAGS) -D_GNU_SOURCE -Wall -I. $(LOC)"
cvsdist 6ac5f52
 
cvsdist 6ac5f52
 # Linux with lcc compiler:  __inline__ (stat.h) not recognized, and must edit
cvsdist 6ac5f52
 # /usr/include/gnu/types.h to get rid of "long long" if __LCC__ defined.  -O3