1 2 3 4 5 6 7 8 9 10 11 12 13
Link libmico.so against configured libraries, to get -Wl,--as-needed working. #280678. --- mico/orb/Makefile +++ mico/orb/Makefile @@ -30,7 +30,7 @@ endif endif -PLATFORM_LIBS = +PLATFORM_LIBS = $(CONFLIBS) ifeq ($(HAVE_CYGWIN), yes) ifeq ($(USE_CSL2), yes) PLATFORM_LIBS := $(PLATFORM_LIBS) -lssl -lcrypto