[vlc-commits] Fix vlc linking broken in [7a7630a19c2]
Rafaël Carré
git at videolan.org
Sun Jul 31 05:14:41 CEST 2011
vlc | branch: master | Rafaël Carré <rafael.carre at gmail.com> | Sat Jul 30 23:12:44 2011 -0400| [83adfa3dc41c86ae11fc824e3695584b0cfc211d] | committer: Rafaël Carré
Fix vlc linking broken in [7a7630a19c2]
It gave -static -no-install flags to vlc instead of vlc-static
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=83adfa3dc41c86ae11fc824e3695584b0cfc211d
---
bin/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/bin/Makefile.am b/bin/Makefile.am
index 1ef61e7..39e0185 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -48,7 +48,7 @@ vlc_LDADD += -lwininet vlc_win32_rc.$(OBJEXT)
vlc_DEPENDENCIES += vlc_win32_rc.$(OBJEXT)
else
vlc_LDADD += $(LIBDL)
-vlc_LDFLAGS += -no-install -static
+vlc_static_LDFLAGS += -no-install -static
endif
vlc_win32_rc.rc: $(top_builddir)/config.status vlc_win32_rc.rc.in
More information about the vlc-commits
mailing list