Revert "Use more compatible libtool options for linking"
authorAri Johnson <ari@theari.com>
Mon, 25 Apr 2011 04:32:01 +0000 (00:32 -0400)
committerAri Johnson <ari@theari.com>
Mon, 25 Apr 2011 04:32:01 +0000 (00:32 -0400)
This reverts commit 4499c2ccd3c595e6868eb1cd6b86142e9a271814.

It didn't work on newer libtools.  We need to find a way to avoid this
problem.  refs #251

src/Makefile.in

index 7e67d226ab408c9976d91f84ceee12807b2c4433..a54504873cadc8a21c67e0c57941b95f689dec70 100644 (file)
@@ -57,7 +57,7 @@ netmud: $(O_FILES)
        @echo "Making netmud."
        -mv -f netmud netmud~
 #      $(CC) $(CCFLAGS) -o netmud $(O_FILES) $(LDFLAGS) $(SQL_LDFLAGS) $(LIBS) 
-       $(LIBTOOL) -dynamic $(LDFLAGS) $(SQL_LDFLAGS) -o netmud $(O_FILES) $(LIBS)
+       $(LIBTOOL) --mode=link $(CC) -export-dynamic $(LDFLAGS) $(SQL_LDFLAGS) $(CCFLAGS) -o netmud $(O_FILES) $(LIBS)
 
 
 # We recompile mysocket.c instead of reusing mysocket.o because we