diff options
author | James Meyer <James.meyer@operamail.com> | 2008-10-02 03:19:12 (GMT) |
---|---|---|
committer | James Meyer <James.meyer@operamail.com> | 2008-10-02 03:19:12 (GMT) |
commit | 0e2532d4e8f4eed5e047f1db54d5c03ba849ec0a (patch) | |
tree | c0aa2c0b53c317be87eacfcb77b63f53f1f415e7 /abs/core-testing/libcap/libcap-1.10-fixcflags.patch | |
download | linhes_pkgbuild-0e2532d4e8f4eed5e047f1db54d5c03ba849ec0a.zip linhes_pkgbuild-0e2532d4e8f4eed5e047f1db54d5c03ba849ec0a.tar.gz linhes_pkgbuild-0e2532d4e8f4eed5e047f1db54d5c03ba849ec0a.tar.bz2 |
initial import
Diffstat (limited to 'abs/core-testing/libcap/libcap-1.10-fixcflags.patch')
-rw-r--r-- | abs/core-testing/libcap/libcap-1.10-fixcflags.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/abs/core-testing/libcap/libcap-1.10-fixcflags.patch b/abs/core-testing/libcap/libcap-1.10-fixcflags.patch new file mode 100644 index 0000000..3566d95 --- /dev/null +++ b/abs/core-testing/libcap/libcap-1.10-fixcflags.patch @@ -0,0 +1,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
\ No newline at end of file |