commit | c0dac18d6db20ace5aa72f384367a374592113b0 | [log] [tgz] |
---|---|---|
author | Erik Andersen <andersen@codepoet.org> | Thu Apr 06 07:24:45 2000 +0000 |
committer | Erik Andersen <andersen@codepoet.org> | Thu Apr 06 07:24:45 2000 +0000 |
tree | 0f45495ddfbff8b640e03c48c8fb922d6b04f631 | |
parent | e9fee653dcceacb65b965f77dc20437cd862d976 [diff] [blame] |
Turn off static linking. Duh. -Erik
diff --git a/Makefile b/Makefile index 4d5dbb6..9197b17 100644 --- a/Makefile +++ b/Makefile
@@ -32,7 +32,7 @@ # 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 = true +DOSTATIC = false # This will choke on a non-debian system ARCH =`uname -m | sed -e 's/i.86/i386/' | sed -e 's/sparc.*/sparc/'`