[libbluray-devel] Add -no-undefined linker flag

hpi1 git at videolan.org
Sat Nov 21 21:33:42 CET 2015


libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Sat Nov 21 22:33:03 2015 +0200| [62d7588ad4759654a19fa868a392c202871082bb] | committer: hpi1

Add -no-undefined linker flag

> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=62d7588ad4759654a19fa868a392c202871082bb
---

 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 096d38d..300deec 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -150,7 +150,7 @@ libbluray_la_SOURCES+= \
 endif
 endif
 
-libbluray_la_LDFLAGS= -version-info $(LT_VERSION_INFO) -export-symbols-regex "^bd_"
+libbluray_la_LDFLAGS= -no-undefined -version-info $(LT_VERSION_INFO) -export-symbols-regex "^bd_"
 libbluray_la_LIBADD= $(LIBXML2_LIBS) $(FT2_LIBS) $(FONTCONFIG_LIBS)
 
 noinst_HEADERS = \



More information about the libbluray-devel mailing list