Export text symbols as well (AIX experts might need to correct me

here).
This commit is contained in:
Richard Levitte
2002-08-13 12:19:55 +00:00
parent a1f09ea8f8
commit 6100502726

View File

@@ -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