[packages] libdlna: fix build failure (closes: #7445)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22210 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e50fce0353
commit
2ef26cf7aa
@ -39,7 +39,7 @@ define Build/Configure
|
||||
# this is *NOT* GNU configure
|
||||
( cd $(PKG_BUILD_DIR); \
|
||||
CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS)" \
|
||||
LDFLAGS="$(TARGET_LDFLAGS) -Wl,-rpath-link=$(STAGING_DIR)/usr/lib" \
|
||||
LDFLAGS="$(TARGET_LDFLAGS) -Wl,-rpath-link=$(STAGING_DIR)/usr/lib -lpthread" \
|
||||
HOST_CC="$(HOSTCC)" \
|
||||
./configure \
|
||||
--cross-compile \
|
||||
|
Loading…
x
Reference in New Issue
Block a user