swc

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.nihaljere.xyz/swc
Log | Files | Refs | README | LICENSE

commit 6bc25c1e3edc4635d617a2dbab8c8c5e63865604
parent 6a93c657733fed93dcae711d0df3df4b64b2c847
Author: Michael Forney <mforney@mforney.org>
Date:   Tue, 19 Nov 2013 18:13:40 -0800

Link with -no-undefined

Diffstat:
Mlibswc/Makefile.local | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libswc/Makefile.local b/libswc/Makefile.local @@ -71,7 +71,7 @@ $(dir)/libswc.a: $(SWC_STATIC_OBJECTS) $(call quiet,AR) cru $@ $^ $(dir)/$(LIBSWC_LIB): $(SWC_SHARED_OBJECTS) - $(link) -shared -Wl,-soname,$(LIBSWC_SO) $(libswc_PACKAGE_LIBS) + $(link) -shared -Wl,-soname,$(LIBSWC_SO),-no-undefined $(libswc_PACKAGE_LIBS) $(dir)/$(LIBSWC_SO): $(dir)/$(LIBSWC_LIB) $(call quiet,SYM,ln -sf) $(notdir $<) $@