From e242a829ccfb79db9398c913602bf7cd3d960e53 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Tue, 25 Apr 2000 13:23:48 +0000 Subject: [PATCH] - fix compile options Changed files: libcap-1.92-make.patch -> 1.1 --- libcap-1.92-make.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 libcap-1.92-make.patch diff --git a/libcap-1.92-make.patch b/libcap-1.92-make.patch new file mode 100644 index 0000000..26c7489 --- /dev/null +++ b/libcap-1.92-make.patch @@ -0,0 +1,16 @@ +diff -urN libcap-1.92.orig/Make.Rules libcap-1.92/Make.Rules +--- libcap-1.92.orig/Make.Rules Fri May 14 07:26:51 1999 ++++ libcap-1.92/Make.Rules Tue Apr 25 04:14:58 2000 +@@ -44,10 +44,10 @@ + CC=gcc + COPTFLAGS=-O2 + DEBUG=-g #-DDEBUG +-WARNINGS=-ansi -D_POSIX_SOURCE -Wall -Wwrite-strings \ ++WARNINGS=-D_POSIX_SOURCE -Wall -Wwrite-strings \ + -Wpointer-arith -Wcast-qual -Wcast-align \ + -Wtraditional -Wstrict-prototypes -Wmissing-prototypes \ +- -Wnested-externs -Winline -Wshadow -pedantic ++ -Wnested-externs -Winline -Wshadow + LD=ld + LDFLAGS=-s #-g + -- 2.44.0