From 281be5d6d180f107d1bf0a0bc9132ab16d3776c9 Mon Sep 17 00:00:00 2001 From: jow Date: Fri, 29 May 2009 23:11:29 +0000 Subject: [package] hotplug2 may need -fPIC git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16199 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/hotplug2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/hotplug2') 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 -- cgit v1.2.3