do not download kernel sources when using an external kernel tree
[openwrt.git] / package / uci / Makefile
index e5e5231..b86a4fe 100644 (file)
@@ -53,13 +53,13 @@ endef
 define Build/Configure
 endef
 
-TARGET_CFLAGS += $(FPIC)
 UCI_MAKEOPTS = \
                $(TARGET_CONFIGURE_OPTS) \
                COPTS="$(TARGET_CFLAGS)" \
                DEBUG="$(DEBUG)" \
                VERSION="$(UCI_VERSION)" \
                CPPFLAGS="-I$(PKG_BUILD_DIR) $(TARGET_CPPFLAGS)" \
+               FPIC="$(FPIC)" \
                OS="Linux"
 
 # work around a nasty gcc bug
This page took 0.019535 seconds and 4 git commands to generate.