projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f3af1a
)
[packages] libshout: fix linking
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 2 Jan 2011 00:09:11 +0000
(
00:09
+0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 2 Jan 2011 00:09:11 +0000
(
00:09
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24874
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
libs/libshout/Makefile
patch
|
blob
|
history
diff --git
a/libs/libshout/Makefile
b/libs/libshout/Makefile
index
1072e91
..
b7ef92e
100644
(file)
--- 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 \