diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-05-29 23:11:29 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-05-29 23:11:29 +0000 |
commit | 12c997d9ecf4fc4e2485b2d4255a0cbb429308aa (patch) | |
tree | a5ad09c5328d85ebd5d69236572a84f1ba34194b /package | |
parent | 442cdc9a1b44d0fd9371c78379ccf81b26e6119c (diff) | |
download | upstream-12c997d9ecf4fc4e2485b2d4255a0cbb429308aa.tar.gz upstream-12c997d9ecf4fc4e2485b2d4255a0cbb429308aa.tar.bz2 upstream-12c997d9ecf4fc4e2485b2d4255a0cbb429308aa.zip |
hotplug2 may need -fPIC
SVN-Revision: 16199
Diffstat (limited to 'package')
-rw-r--r-- | package/hotplug2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |