diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-26 20:43:47 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-02 18:55:23 +0100 |
commit | dac409cf8e7792d666138448e22eb7146d6c2a0c (patch) | |
tree | 7e80aec31f6958f457d73abbb0800a74e672de3e /package/libcap/patches/patch-Makefile | |
parent | 8e97e219a36a7dfa33eae5986e9ae650eaab244d (diff) |
update to latest, fix build when static library build s choosen
Diffstat (limited to 'package/libcap/patches/patch-Makefile')
-rw-r--r-- | package/libcap/patches/patch-Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/package/libcap/patches/patch-Makefile b/package/libcap/patches/patch-Makefile new file mode 100644 index 000000000..8e2f8415b --- /dev/null +++ b/package/libcap/patches/patch-Makefile @@ -0,0 +1,25 @@ +--- libcap-2.24.orig/Makefile 2013-12-27 19:17:17.000000000 +0100 ++++ libcap-2.24/Makefile 2015-02-26 20:36:58.000000000 +0100 +@@ -16,6 +16,22 @@ endif + $(MAKE) -C progs $@ + $(MAKE) -C doc $@ + ++progs: ++ $(MAKE) -C progs all ++ ++shared: ++ $(MAKE) -C libcap shared ++ ++static: ++ $(MAKE) -C libcap static ++ ++install-shared: ++ $(MAKE) -C libcap install-shared ++ ++install-static: ++ $(MAKE) -C libcap install-static ++ ++ + all-here: + + install-here: |