mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-18 00:04:05 +02:00
[package] hotplug2 may need -fPIC
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16199 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
646ce3c344
commit
281be5d6d1
@ -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