From 61005027267b397677da73cefe69349062540dc5 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 13 Aug 2002 12:19:55 +0000 Subject: [PATCH] Export text symbols as well (AIX experts might need to correct me here). --- demos/engines/rsaref/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1