diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-05-29 23:11:29 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-05-29 23:11:29 +0000 |
commit | 1777ea4ac0d5635645ea3babe648227107b0ba80 (patch) | |
tree | 206c9a5b4717b0f7a0083dbbe02d27bd2b32e47e /package/hotplug2 | |
parent | 570655ce9145aa31a5fb4fa0f5b39995f31c8938 (diff) | |
download | upstream-1777ea4ac0d5635645ea3babe648227107b0ba80.tar.gz upstream-1777ea4ac0d5635645ea3babe648227107b0ba80.tar.bz2 upstream-1777ea4ac0d5635645ea3babe648227107b0ba80.zip |
[package] hotplug2 may need -fPIC
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16199 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hotplug2')
-rw-r--r-- | package/hotplug2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hotplug2/Makefile b/package/hotplug2/Makefile index 03ee608903..df0a7500a8 100644 --- a/package/hotplug2/Makefile +++ b/package/hotplug2/Makefile @@ -36,7 +36,7 @@ define Package/hotplug2/description This is an implementation of Hotplug2-1.0-beta endef -MAKE_FLAGS += CFLAGS="$(TARGET_CFLAGS) -DHAVE_RULES -I." +MAKE_FLAGS += CFLAGS="$(TARGET_CFLAGS) $(FPIC) -DHAVE_RULES -I." define Package/hotplug2/install $(INSTALL_DIR) $(1)/etc |