[vlc-commits] Do not path -rpath twice
Rémi Denis-Courmont
git at videolan.org
Mon Jul 18 21:20:18 CEST 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Jul 18 22:16:01 2011 +0300| [503069555ca9f9ac7e9148e995f0060854b781de] | committer: Rémi Denis-Courmont
Do not path -rpath twice
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=503069555ca9f9ac7e9148e995f0060854b781de
---
modules/common.am | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/modules/common.am b/modules/common.am
index fc29eae..5cecb18 100644
--- a/modules/common.am
+++ b/modules/common.am
@@ -21,7 +21,6 @@ AM_LDFLAGS = -rpath '$(libvlcdir)' \
-avoid-version -module \
-export-symbols-regex ^vlc_entry \
-shrext $(LIBEXT) \
- -rpath "$(libvlcdir)" \
-no-undefined \
`$(VLC_CONFIG) --ldflags plugin $@`
AM_LIBADD = `$(VLC_CONFIG) -libs plugin $@` \
More information about the vlc-commits
mailing list