[packages/pciutils] needs to get linked against libresolv.so when built inside an glibc/eglibc toolchain - thanks to Philip Prindeville
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27281 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d72d2fb2da
commit
608f8d4a5d
@ -45,6 +45,10 @@ MAKE_FLAGS += \
|
||||
HOST="$(GNU_TARGET_NAME)" \
|
||||
ZLIB="yes" \
|
||||
|
||||
ifneq ($(CONFIG_USE_EGLIBC)$(CONFIG_USE_GLIBC),)
|
||||
TARGET_LDFLAGS += -lresolv
|
||||
endif
|
||||
|
||||
define Build/InstallDev
|
||||
$(INSTALL_DIR) $(1)/usr/lib
|
||||
$(CP) $(PKG_BUILD_DIR)/lib/libpci.a $(1)/usr/lib
|
||||
|
Loading…
x
Reference in New Issue
Block a user