mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-17 12:37:02 +00:00
hotplug2 may need -fPIC
SVN-Revision: 16199
This commit is contained in:
parent
442cdc9a1b
commit
12c997d9ec
@ -36,7 +36,7 @@ define Package/hotplug2/description
|
|||||||
This is an implementation of Hotplug2-1.0-beta
|
This is an implementation of Hotplug2-1.0-beta
|
||||||
endef
|
endef
|
||||||
|
|
||||||
MAKE_FLAGS += CFLAGS="$(TARGET_CFLAGS) -DHAVE_RULES -I."
|
MAKE_FLAGS += CFLAGS="$(TARGET_CFLAGS) $(FPIC) -DHAVE_RULES -I."
|
||||||
|
|
||||||
define Package/hotplug2/install
|
define Package/hotplug2/install
|
||||||
$(INSTALL_DIR) $(1)/etc
|
$(INSTALL_DIR) $(1)/etc
|
||||||
|
Loading…
Reference in New Issue
Block a user