diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-08 16:59:18 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-08 16:59:18 +0100 |
commit | 6987d5c7e74c19902218551427e4b11bd02ee968 (patch) | |
tree | ad105a787f97a75555150e16aaaed40bd0592e8e /package/libcap/patches/patch-libcap_Makefile | |
parent | b5192e730a2b60e309b612768039247a0b87d0fd (diff) | |
parent | c82dab24ed58a919a52fa121e064c6125ceb803a (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libcap/patches/patch-libcap_Makefile')
-rw-r--r-- | package/libcap/patches/patch-libcap_Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libcap/patches/patch-libcap_Makefile b/package/libcap/patches/patch-libcap_Makefile index 034353ad5..f45b642c9 100644 --- a/package/libcap/patches/patch-libcap_Makefile +++ b/package/libcap/patches/patch-libcap_Makefile @@ -5,7 +5,7 @@ _makenames: _makenames.c cap_names.list.h - $(BUILD_CC) $(BUILD_CFLAGS) $< -o $@ -+ $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $< -o $@ ++ $(CC_FOR_BUILD) $(CPPFLAGS_FOR_BUILD) $(CFLAGS_FOR_BUILD) $< -o $@ cap_names.h: _makenames ./_makenames > cap_names.h |