reinstate -export-dynamic for citserver in case libtool decides to build
authorNathan Bryant <loanshark@uncensored.citadel.org>
Tue, 16 Oct 2001 18:36:33 +0000 (18:36 +0000)
committerNathan Bryant <loanshark@uncensored.citadel.org>
Tue, 16 Oct 2001 18:36:33 +0000 (18:36 +0000)
static libraries (why?)

citadel/ChangeLog
citadel/Makefile.in

index e1845748eace742b1364ae45d5931c89a37e5466..1c4d47364149886e8eeb0781ebfb7c8762dffd0b 100644 (file)
@@ -1,4 +1,8 @@
  $Log$
+ Revision 580.61  2001/10/16 18:36:33  nbryant
+ reinstate -export-dynamic for citserver in case libtool decides to build
+ static libraries (why?)
+
  Revision 580.60  2001/10/16 18:21:53  nbryant
  add some explanatory text to bootstrap
 
@@ -2808,4 +2812,3 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import 
-
index 66d2be57434d94bed3b5b24912db1c71d065d04b..9cd0dd46b4f6128602ad94fd9b15dd576d502bb6 100644 (file)
@@ -145,7 +145,7 @@ libcitserver.la: $(LIBSERV_OBJS)
        -o libcitserver.la $(LIBSERV_OBJS) $(GDBM) $(LIBS) $(PTHREAD_LIBS) $(NETLIBS) $(RESOLV)
 
 citserver: $(SERV_OBJS) $(LIBTOOL) libcitserver.la
-       $(LIBTOOL) --mode=link $(CC) $(SERV_OBJS) $(LDFLAGS) libcitserver.la -o \
+       $(LIBTOOL) --mode=link $(CC) -export-dynamic $(SERV_OBJS) $(LDFLAGS) libcitserver.la -o \
        citserver $(PTHREAD_LIBS)
 
 .c.ro: