From fda33fed0bc594f3e3f3201876edee9d9b3d1b80 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 14 Oct 2021 14:19:15 +0200 Subject: libcap: update to latest --- 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..6dcb3e073 --- /dev/null +++ b/package/libcap/patches/patch-libcap_Makefile @@ -0,0 +1,11 @@ +--- libcap-2.59.orig/libcap/Makefile 2021-09-18 05:56:21.000000000 +0200 ++++ libcap-2.59/libcap/Makefile 2021-10-12 14:20:14.254434411 +0200 +@@ -76,7 +76,7 @@ $(PSXTITLE).pc: $(PSXTITLE).pc.in + $< >$@ + + _makenames: _makenames.c cap_names.list.h +- $(BUILD_CC) $(BUILD_CFLAGS) $(BUILD_CPPFLAGS) $< -o $@ ++ $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(CPPFLAGS_FOR_BUILD) $< -o $@ + + cap_names.h: _makenames + ./_makenames > cap_names.h -- cgit v1.2.3