diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-03-04 22:03:40 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-03-04 22:03:40 +0100 |
commit | a2c7fc5c3bf86996e9c30ce2a692dbf7a65d60de (patch) | |
tree | a0b6522f136e050ae50c304d7ed2a37982664abb /package/libcap/patches/patch-Makefile | |
parent | 1b8b4b1839bb012877b8e98cc8932b4cf0349440 (diff) | |
parent | f8a2963c529bd811e49693a0eaf3b1f19e90f1be (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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: |