diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-06-08 15:10:18 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-06-08 15:10:18 +0000 |
commit | 8da44b5fc93e2d6511875dd44b769f7f6043356e (patch) | |
tree | eb7cdfaea9fb18f1acacff5b6d40edf4d76f9d02 /rules.mk | |
parent | 0510c6ccf7fb6e698ba68c191e157b763ec6fde6 (diff) | |
download | upstream-8da44b5fc93e2d6511875dd44b769f7f6043356e.tar.gz upstream-8da44b5fc93e2d6511875dd44b769f7f6043356e.tar.bz2 upstream-8da44b5fc93e2d6511875dd44b769f7f6043356e.zip |
make librpc compatible with eglibc, unconditionally enable it for packages that need rpc support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32129 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'rules.mk')
-rw-r--r-- | rules.mk | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -119,10 +119,8 @@ else LIBGCC_A=$(wildcard $(TOOLCHAIN_DIR)/lib/gcc/*/*/libgcc.a) LIBGCC_S=$(if $(wildcard $(TOOLCHAIN_DIR)/lib/libgcc_s.so),-L$(TOOLCHAIN_DIR)/lib -lgcc_s,$(LIBGCC_A)) endif -ifdef CONFIG_USE_UCLIBC LIBRPC=-lrpc -endif -LIBRPC_DEPENDS=+USE_UCLIBC:librpc +LIBRPC_DEPENDS=+librpc ifndef DUMP ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),) |