From: Jo-Philipp Wich Date: Fri, 29 May 2009 23:11:29 +0000 (+0000) Subject: hotplug2 may need -fPIC X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=12c997d9ecf4fc4e2485b2d4255a0cbb429308aa;p=openwrt%2Fstaging%2Fansuel.git hotplug2 may need -fPIC SVN-Revision: 16199 --- 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