From c0dac18d6db20ace5aa72f384367a374592113b0 Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Thu, 6 Apr 2000 07:24:45 +0000 Subject: Turn off static linking. Duh. -Erik --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4d5dbb656..9197b1778 100644 --- 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 = 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/'` -- cgit v1.2.3