From: Richard Levitte Date: Tue, 13 Aug 2002 12:19:55 +0000 (+0000) Subject: Export text symbols as well (AIX experts might need to correct me X-Git-Tag: OpenSSL_0_9_7-beta4~205 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=61005027267b397677da73cefe69349062540dc5;p=openssl Export text symbols as well (AIX experts might need to correct me here). --- diff --git a/demos/engines/rsaref/Makefile b/demos/engines/rsaref/Makefile index 5fbcda3576..003e35df2e 100644 --- a/demos/engines/rsaref/Makefile +++ b/demos/engines/rsaref/Makefile @@ -48,7 +48,7 @@ $(LIB): $(OBJ) LINK_SO= \ ld -r -o $(LIBNAME).o $$ALLSYMSFLAGS $(LIB) install/librsaref.a && \ - (nm -Pg $(LIBNAME).o | grep ' [BD] ' | cut -f1 -d' ' > $(LIBNAME).exp; \ + (nm -Pg $(LIBNAME).o | grep ' [BDT] ' | cut -f1 -d' ' > $(LIBNAME).exp; \ $$SHAREDCMD $$SHAREDFLAGS -o $(SHLIB) $(LIBNAME).o -L ../../.. -lcrypto -lc) $(SHLIB).gnu: $(LIB) install/librsaref.a