summaryrefslogtreecommitdiffstats
path: root/abs/core/libcap/libcap-1.10-fixcflags.patch
blob: 3566d957aa3e5912b34ae459357f1d328ea636f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
diff -Naur libcap-1.10.orig/Make.Rules libcap-1.10/Make.Rules
--- libcap-1.10.orig/Make.Rules	2005-05-30 16:10:07.000000000 +0000
+++ libcap-1.10/Make.Rules	2005-05-30 16:11:18.000000000 +0000
@@ -42,8 +42,8 @@
 # Compilation specifics
 
 CC=gcc
-COPTFLAGS=-O2
-DEBUG=-g #-DDEBUG
+COPTFLAGS=-O2 -fPIC
+DEBUG=
 WARNINGS=-ansi -D_POSIX_SOURCE -Wall -Wwrite-strings \
         -Wpointer-arith -Wcast-qual -Wcast-align \
         -Wtraditional -Wstrict-prototypes -Wmissing-prototypes \
@@ -54,7 +54,7 @@
 IPATH=-I$(topdir)/libcap/include
 INCS=$(topdir)/libcap/include/sys/capability.h
 LIBS=-L$(topdir)/libcap -lcap
-CFLAGS=-Dlinux $(WARNINGS) $(DEBUG) $(COPTFLAG) $(IPATH)
+CFLAGS+=-Dlinux $(WARNINGS) $(DEBUG) $(COPTFLAG) $(IPATH)
 
 # Global cleanup stuff