diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-10-14 09:06:08 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-10-14 09:06:08 +0200 |
commit | 9975bd012c988854eab642d8ae62e7a6922f41b5 (patch) | |
tree | 84e3fcbb7198dc6a44ea42492d98b8839ca23fa2 /extra/libcap/libcap-2.16-makefile.patch | |
parent | 99e3509b61a3164a7587fdcf9191262506e6d198 (diff) | |
download | nutyx-extra-9975bd012c988854eab642d8ae62e7a6922f41b5.tar.gz nutyx-extra-9975bd012c988854eab642d8ae62e7a6922f41b5.tar.bz2 nutyx-extra-9975bd012c988854eab642d8ae62e7a6922f41b5.tar.xz nutyx-extra-9975bd012c988854eab642d8ae62e7a6922f41b5.zip |
libcap, port nettoyé
Diffstat (limited to 'extra/libcap/libcap-2.16-makefile.patch')
-rw-r--r-- | extra/libcap/libcap-2.16-makefile.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/extra/libcap/libcap-2.16-makefile.patch b/extra/libcap/libcap-2.16-makefile.patch deleted file mode 100644 index 529c437a5..000000000 --- a/extra/libcap/libcap-2.16-makefile.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- 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 $@ - |