summaryrefslogtreecommitdiff
path: root/package/util-linux
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-01-21 02:14:50 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-01-21 02:14:50 +0000
commit3133fefe06562d0ce7984230425128634de27f2f (patch)
tree8df13d10fa44e4a5f514430f10185173143cee39 /package/util-linux
parent69d76bb482633a1f0af1dc635a3286062e0397cf (diff)
downloadmtk-20170518-3133fefe06562d0ce7984230425128634de27f2f.zip
mtk-20170518-3133fefe06562d0ce7984230425128634de27f2f.tar.gz
mtk-20170518-3133fefe06562d0ce7984230425128634de27f2f.tar.bz2
pass the CFLAGS through the environment on compile and fix a few packages
SVN-Revision: 6154
Diffstat (limited to 'package/util-linux')
-rw-r--r--package/util-linux/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/util-linux/Makefile b/package/util-linux/Makefile
index e265edb..ecabbc0 100644
--- a/package/util-linux/Makefile
+++ b/package/util-linux/Makefile
@@ -56,6 +56,7 @@ define Package/swap-utils
- swapoff
endef
+TARGET_CFLAGS += -I$(PKG_BUILD_DIR)/lib
define Build/Compile
$(call Build/Compile/Default, \
OPT="$(TARGET_CFLAGS)" \