Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 350764
Collapse All | Expand All

(-)src/mfile.orig (-2 / +2 lines)
Lines 574-578 Link Here
574
574
575
575
576
shared: DIRNAME $(SHOBJ)
576
shared: DIRNAME $(SHOBJ)
577
	 $(LINK_CXX) $(PICFLAG) -shared -Wl,-soname,lib`cat DIRNAME`.so -o lib`cat DIRNAME`.so $(SHOBJ) $(GMP_OPT_LIBDIR) $(GMP_OPT_LIB) $(GF2X_OPT_LIBDIR) $(GF2X_OPT_LIB)
577
	 $(LINK_CXX) $(PICFLAG) -dynamiclib -o lib`cat DIRNAME`.dylib -install_name $(EPREFIX)/usr/$(LIBDIR)/lib`cat DIRNAME`.dylib $(SHOBJ) $(GMP_OPT_LIBDIR) $(GMP_OPT_LIB) $(GF2X_OPT_LIBDIR) $(GF2X_OPT_LIB)
578
	 ln -s lib`cat DIRNAME`.so libntl.so
578
	 ln -s lib`cat DIRNAME`.dylib libntl.dylib

Return to bug 350764