projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9fee65
)
Turn off static linking. Duh.
author
Erik Andersen
<andersen@codepoet.org>
Thu, 6 Apr 2000 07:24:45 +0000
(07:24 -0000)
committer
Erik Andersen
<andersen@codepoet.org>
Thu, 6 Apr 2000 07:24:45 +0000
(07:24 -0000)
-Erik
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 4d5dbb65603144c2909507b6b482cc21416a4e98..9197b1778688881b10a9d8cdd3498c0a85312470 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-32,7
+32,7
@@
DODEBUG = false
# If you want a static binary, turn this on. I can't think
# of many situations where anybody would ever want it static,
# but...
-DOSTATIC =
tru
e
+DOSTATIC =
fals
e
# This will choke on a non-debian system
ARCH =`uname -m | sed -e 's/i.86/i386/' | sed -e 's/sparc.*/sparc/'`