From b0e929f4d5c41f8c5b1054895327a718ec83f7a6 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 28 Oct 2013 15:00:30 +0100 Subject: add new package libcap --- package/libcap/patches/patch-libcap_Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/libcap/patches/patch-libcap_Makefile (limited to 'package/libcap/patches/patch-libcap_Makefile') diff --git a/package/libcap/patches/patch-libcap_Makefile b/package/libcap/patches/patch-libcap_Makefile new file mode 100644 index 000000000..034353ad5 --- /dev/null +++ b/package/libcap/patches/patch-libcap_Makefile @@ -0,0 +1,11 @@ +--- libcap-2.22.orig/libcap/Makefile 2010-08-09 00:26:04.000000000 +0200 ++++ libcap-2.22/libcap/Makefile 2013-10-28 10:46:10.000000000 +0100 +@@ -33,7 +33,7 @@ INCLUDE_GPERF_OUTPUT = -include $(GPERF_ + endif + + _makenames: _makenames.c cap_names.list.h +- $(BUILD_CC) $(BUILD_CFLAGS) $< -o $@ ++ $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $< -o $@ + + cap_names.h: _makenames + ./_makenames > cap_names.h -- cgit v1.2.3