From: Felix Fietkau Date: Sun, 13 Feb 2011 01:45:07 +0000 (+0000) Subject: add a variable LIBRPC to refer to the external librpc if used X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=85c44cafabf24e38d6f62811655ec251b21d4d92;hp=e2c19b57338b384dd06d9c1acf86912740efd744;p=openwrt%2Fstaging%2Fflorian.git add a variable LIBRPC to refer to the external librpc if used SVN-Revision: 25497 --- diff --git a/rules.mk b/rules.mk index 1a9bfc859a..b69769aa40 100644 --- a/rules.mk +++ b/rules.mk @@ -117,6 +117,9 @@ TARGET_CFLAGS:=$(TARGET_OPTIMIZATION)$(if $(CONFIG_DEBUG), -g3) TARGET_CPPFLAGS:=-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include TARGET_LDFLAGS:=-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib LIBGCC_S=$(if $(wildcard $(TOOLCHAIN_DIR)/lib/libgcc_s.so),-L$(TOOLCHAIN_DIR)/lib -lgcc_s,$(wildcard $(TOOLCHAIN_DIR)/lib/gcc/*/*/libgcc.a)) +ifdef CONFIG_USE_UCLIBC +LIBRPC=-lrpc +endif ifndef DUMP ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),)