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 | 4d8cd3afc05e15f393be4caf4b605c0cd520732d (patch) | |
tree | dc7102ee05dd566babee966d8774096a87596e04 /rules.mk | |
parent | 15189a628ab2cc18cd5eb62540539ec930984c1f (diff) | |
download | upstream-4d8cd3afc05e15f393be4caf4b605c0cd520732d.tar.gz upstream-4d8cd3afc05e15f393be4caf4b605c0cd520732d.tar.bz2 upstream-4d8cd3afc05e15f393be4caf4b605c0cd520732d.zip |
make librpc compatible with eglibc, unconditionally enable it for packages that need rpc support
SVN-Revision: 32129
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),) |