diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-04-06 07:24:45 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-04-06 07:24:45 +0000 |
commit | c0dac18d6db20ace5aa72f384367a374592113b0 (patch) | |
tree | 0f45495ddfbff8b640e03c48c8fb922d6b04f631 /Makefile | |
parent | e9fee653dcceacb65b965f77dc20437cd862d976 (diff) | |
download | busybox-w32-c0dac18d6db20ace5aa72f384367a374592113b0.tar.gz busybox-w32-c0dac18d6db20ace5aa72f384367a374592113b0.tar.bz2 busybox-w32-c0dac18d6db20ace5aa72f384367a374592113b0.zip |
Turn off static linking. Duh.
-Erik
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ DODEBUG = false | |||
32 | # If you want a static binary, turn this on. I can't think | 32 | # If you want a static binary, turn this on. I can't think |
33 | # of many situations where anybody would ever want it static, | 33 | # of many situations where anybody would ever want it static, |
34 | # but... | 34 | # but... |
35 | DOSTATIC = true | 35 | DOSTATIC = false |
36 | 36 | ||
37 | # This will choke on a non-debian system | 37 | # This will choke on a non-debian system |
38 | ARCH =`uname -m | sed -e 's/i.86/i386/' | sed -e 's/sparc.*/sparc/'` | 38 | ARCH =`uname -m | sed -e 's/i.86/i386/' | sed -e 's/sparc.*/sparc/'` |