summaryrefslogtreecommitdiff
path: root/packages/libcap/libcap-1.10/makenames.patch
diff options
context:
space:
mode:
authorDirk Opfer <dirk@opfer-online.de>2006-03-22 22:22:22 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-22 22:22:22 +0000
commitb823b49470515182cb6f7a536d6a63fac53948aa (patch)
tree276d48cc6d966ad1d8c9b56d85b8d7671ae51be1 /packages/libcap/libcap-1.10/makenames.patch
parentbab5441263d488b4ea7d2b4688e20532f1e022e7 (diff)
libcap: add 1.10
Diffstat (limited to 'packages/libcap/libcap-1.10/makenames.patch')
-rw-r--r--packages/libcap/libcap-1.10/makenames.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/libcap/libcap-1.10/makenames.patch b/packages/libcap/libcap-1.10/makenames.patch
new file mode 100644
index 0000000000..445f2116ec
--- /dev/null
+++ b/packages/libcap/libcap-1.10/makenames.patch
@@ -0,0 +1,13 @@
+Index: libcap-1.10.orig/libcap/Makefile
+===================================================================
+--- libcap-1.10.orig.orig/libcap/Makefile 2006-03-20 23:11:05.696786600 +0100
++++ libcap-1.10.orig/libcap/Makefile 2006-03-20 23:14:29.527799576 +0100
+@@ -45,7 +45,7 @@
+ all: $(MINLIBNAME)
+
+ _makenames: _makenames.c cap_names.sed
+- $(CC) $(CFLAGS) $(LDFLAGS) $< -o $@
++ $(BUILD_CC) $(BUILD_CFLAGS) $(BUILD_LDFLAGS) $< -o $@
+
+ cap_names.h: _makenames
+ ./_makenames > cap_names.h