diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-05-29 23:11:29 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-05-29 23:11:29 +0000 |
commit | 281be5d6d180f107d1bf0a0bc9132ab16d3776c9 (patch) | |
tree | 206c9a5b4717b0f7a0083dbbe02d27bd2b32e47e /package/hotplug2 | |
parent | 646ce3c3446db76e2786d10e94b00bdcfadfed99 (diff) |
[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 03ee60890..df0a7500a 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 |