From 2903516a0d49ec9ad8e7ce6533a560a2b3ea8d9e Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 20 Oct 2009 08:26:39 +0000 Subject: [PATCH] uci: only use $(FPIC) on library parts, saves a few hundred bytes SVN-Revision: 18092 --- package/uci/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/uci/Makefile b/package/uci/Makefile index e5e5231a55..b86a4fea16 100644 --- a/package/uci/Makefile +++ b/package/uci/Makefile @@ -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 -- 2.30.2