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 /extra/libcap/libcap-2.16-makefile.patch | |
parent | ada4d25277d8d686b8e6b1c22340924e871e0ae0 (diff) | |
download | nutyx-pakxe-8e8ad512d60cb2a150926713c7a4e8e6abd000de.tar.gz nutyx-pakxe-8e8ad512d60cb2a150926713c7a4e8e6abd000de.tar.bz2 nutyx-pakxe-8e8ad512d60cb2a150926713c7a4e8e6abd000de.tar.xz nutyx-pakxe-8e8ad512d60cb2a150926713c7a4e8e6abd000de.zip |
Paquets avec dépendances déplacés dans extra
Diffstat (limited to 'extra/libcap/libcap-2.16-makefile.patch')
-rw-r--r-- | extra/libcap/libcap-2.16-makefile.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/extra/libcap/libcap-2.16-makefile.patch b/extra/libcap/libcap-2.16-makefile.patch new file mode 100644 index 000000000..529c437a5 --- /dev/null +++ b/extra/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 $@ + |