summaryrefslogtreecommitdiffstats
path: root/base/libcap/libcap-2.16-makefile.patch
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-08 19:20:43 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-08 19:20:43 +0200
commitd46bfd93d6d4e7ad13e96792c55486be2351aacf (patch)
tree879161b56c10e8c11a5977226944995181d8f923 /base/libcap/libcap-2.16-makefile.patch
parent1d25f3deb104dc4e2d83d0093ae6b3f38fcf8d2e (diff)
downloadnutyx-pakxe-d46bfd93d6d4e7ad13e96792c55486be2351aacf.tar.gz
nutyx-pakxe-d46bfd93d6d4e7ad13e96792c55486be2351aacf.tar.bz2
nutyx-pakxe-d46bfd93d6d4e7ad13e96792c55486be2351aacf.tar.xz
nutyx-pakxe-d46bfd93d6d4e7ad13e96792c55486be2351aacf.zip
Ajout de libcap#2.16-1
Diffstat (limited to 'base/libcap/libcap-2.16-makefile.patch')
-rw-r--r--base/libcap/libcap-2.16-makefile.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/base/libcap/libcap-2.16-makefile.patch b/base/libcap/libcap-2.16-makefile.patch
new file mode 100644
index 000000000..529c437a5
--- /dev/null
+++ b/base/libcap/libcap-2.16-makefile.patch
@@ -0,0 +1,14 @@
+--- libcap/Makefile~ 2008-12-04 09:03:12.000000000 +0200
++++ libcap/Makefile 2009-01-12 17:17:07.000000000 +0200
+@@ -27,11 +27,6 @@
+
+ all: $(MINLIBNAME) $(STALIBNAME)
+
+-ifeq ($(shell gperf --version > /dev/null 2>&1 && echo yes),yes)
+-USE_GPERF_OUTPUT = $(GPERF_OUTPUT)
+-INCLUDE_GPERF_OUTPUT = -include $(GPERF_OUTPUT)
+-endif
+-
+ _makenames: _makenames.c cap_names.list.h
+ $(BUILD_CC) $(BUILD_CFLAGS) $< -o $@
+