commit 6bc25c1

Michael Forney  ·  2013-11-20 02:13:40 +0000 UTC
parent 6a93c65
Link with -no-undefined
1 files changed,  +1, -1
+1, -1
1@@ -71,7 +71,7 @@ $(dir)/libswc.a: $(SWC_STATIC_OBJECTS)
2 	$(call quiet,AR) cru $@ $^
3 
4 $(dir)/$(LIBSWC_LIB): $(SWC_SHARED_OBJECTS)
5-	$(link) -shared -Wl,-soname,$(LIBSWC_SO) $(libswc_PACKAGE_LIBS)
6+	$(link) -shared -Wl,-soname,$(LIBSWC_SO),-no-undefined $(libswc_PACKAGE_LIBS)
7 
8 $(dir)/$(LIBSWC_SO): $(dir)/$(LIBSWC_LIB)
9 	$(call quiet,SYM,ln -sf) $(notdir $<) $@