[packages] libshout: fix linking
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24874 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
7f3af1a8c5
commit
10b7e46d88
@ -20,7 +20,7 @@ PKG_INSTALL:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
TARGET_CFLAGS += $(FPIC)
|
||||
TARGET_CFLAGS += $(FPIC) -Wl,-rpath-link=$(STAGING_DIR)/usr/lib
|
||||
|
||||
define Package/libshout
|
||||
SECTION:=libs
|
||||
@ -40,7 +40,7 @@ endef
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default, \
|
||||
VORBIS_CFLAGS="-I$(STAGING_DIR)/usr/include/tremor/"\
|
||||
VORBIS_CFLAGS="-I$(STAGING_DIR)/usr/include/tremor/" \
|
||||
VORBIS_LIBS="$(TARGET_LDFLAGS) -lvorbis -lvorbisidec" \
|
||||
--enable-shared \
|
||||
--enable-static \
|
||||
|
Loading…
x
Reference in New Issue
Block a user