X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=libs%2Flibshout%2FMakefile;h=b7ef92ec88ea8242eba8d864ebee991075d0e960;hp=1072e918c2e1f48160bff239588b9f3ee093f495;hb=2637e42cbc6fbfc00304b6bca43316aee173b102;hpb=446dfc472d8219315b97fc65aca3711399bd5c6f diff --git a/libs/libshout/Makefile b/libs/libshout/Makefile index 1072e918c2..b7ef92ec88 100644 --- a/libs/libshout/Makefile +++ b/libs/libshout/Makefile @@ -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 \