[vlc-commits] commit: Fix a typo with the libtool flag -export-symbols-regex (Brad Smith )
git at videolan.org
git at videolan.org
Sun Oct 31 07:57:57 CET 2010
vlc | branch: master | Brad Smith <brad at comstyle.com> | Sat Oct 30 19:26:25 2010 -0400| [3a27eb58f0a86a3cc80a0e66e8d0463fbbbfd4c9] | committer: Rémi Denis-Courmont
Fix a typo with the libtool flag -export-symbols-regex
Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3a27eb58f0a86a3cc80a0e66e8d0463fbbbfd4c9
---
modules/common.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/common.am b/modules/common.am
index 5e4d65f..1092b62 100644
--- a/modules/common.am
+++ b/modules/common.am
@@ -18,7 +18,7 @@ AM_CXXFLAGS = `$(VLC_CONFIG) --cxxflags plugin $@`
AM_OBJCFLAGS = `$(VLC_CONFIG) --objcflags plugin $@`
AM_LDFLAGS = -rpath '$(libvlcdir)' \
-avoid-version -module \
- -export-symbol-regex ^vlc_entry \
+ -export-symbols-regex ^vlc_entry \
-shrext $(LIBEXT) \
-rpath "$(libvlcdir)" \
-no-undefined \
More information about the vlc-commits
mailing list