projects
/
cobramush.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4499c2c
)
Revert "Use more compatible libtool options for linking"
author
Ari Johnson
<ari@theari.com>
Mon, 25 Apr 2011 04:32:01 +0000
(
00:32
-0400)
committer
Ari 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
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index 7e67d226ab408c9976d91f84ceee12807b2c4433..a54504873cadc8a21c67e0c57941b95f689dec70 100644
(file)
--- a/
src/Makefile.in
+++ b/
src/Makefile.in
@@
-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_LD
FLAGS) -o netmud $(O_FILES) $(LIBS)
+ $(LIBTOOL) -
-mode=link $(CC) -export-dynamic $(LDFLAGS) $(SQL_LDFLAGS) $(CC
FLAGS) -o netmud $(O_FILES) $(LIBS)
# We recompile mysocket.c instead of reusing mysocket.o because we