From: jow Date: Fri, 29 May 2009 23:11:29 +0000 (+0000) Subject: [package] hotplug2 may need -fPIC X-Git-Tag: fast2504n-3.10.28-merged~15545 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=281be5d6d180f107d1bf0a0bc9132ab16d3776c9;p=openwrt.git [package] hotplug2 may need -fPIC git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16199 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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