[package] collectd needs -fPIC to be passed to CFLAGS to build properly on x86_64 (at least)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@14092 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
1269462fc5
commit
2b2f280bea
@ -281,7 +281,7 @@ PKG_CONFIGURE_OPTS:= \
|
||||
--with-fp-layout=nothing
|
||||
|
||||
CONFIGURE_VARS+= \
|
||||
CPPFLAGS="-I$(STAGING_DIR)/usr/include/libxml2 $$$$CPPFLAGS" \
|
||||
CPPFLAGS="-I$(STAGING_DIR)/usr/include/libxml2 $$$$CPPFLAGS $(FPIC)" \
|
||||
KERNEL_DIR="$(LINUX_DIR)"
|
||||
|
||||
# list of permanently disabled plugins
|
||||
|
Loading…
x
Reference in New Issue
Block a user