diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-12-24 23:53:02 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-12-24 23:53:02 +0100 |
commit | 8e8ad512d60cb2a150926713c7a4e8e6abd000de (patch) | |
tree | f27fda8a3ef122d4212dff11fcc1880bcda8ccb0 /base/libcap/libcap-2.16-makefile.patch | |
parent | ada4d25277d8d686b8e6b1c22340924e871e0ae0 (diff) | |
download | nutyx-extra-8e8ad512d60cb2a150926713c7a4e8e6abd000de.tar.gz nutyx-extra-8e8ad512d60cb2a150926713c7a4e8e6abd000de.tar.bz2 nutyx-extra-8e8ad512d60cb2a150926713c7a4e8e6abd000de.tar.xz nutyx-extra-8e8ad512d60cb2a150926713c7a4e8e6abd000de.zip |
Paquets avec dépendances déplacés dans extra
Diffstat (limited to 'base/libcap/libcap-2.16-makefile.patch')
-rw-r--r-- | base/libcap/libcap-2.16-makefile.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/base/libcap/libcap-2.16-makefile.patch b/base/libcap/libcap-2.16-makefile.patch deleted file mode 100644 index 529c437a5..000000000 --- a/base/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 $@ - |