From 12c997d9ecf4fc4e2485b2d4255a0cbb429308aa Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 29 May 2009 23:11:29 +0000 Subject: [PATCH] hotplug2 may need -fPIC SVN-Revision: 16199 --- package/hotplug2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2