Turn off static linking. Duh.
-Erik
This commit is contained in:
parent
e9fee653dc
commit
c0dac18d6d
2
Makefile
2
Makefile
@ -32,7 +32,7 @@ DODEBUG = false
|
|||||||
# If you want a static binary, turn this on. I can't think
|
# If you want a static binary, turn this on. I can't think
|
||||||
# of many situations where anybody would ever want it static,
|
# of many situations where anybody would ever want it static,
|
||||||
# but...
|
# but...
|
||||||
DOSTATIC = true
|
DOSTATIC = false
|
||||||
|
|
||||||
# This will choke on a non-debian system
|
# This will choke on a non-debian system
|
||||||
ARCH =`uname -m | sed -e 's/i.86/i386/' | sed -e 's/sparc.*/sparc/'`
|
ARCH =`uname -m | sed -e 's/i.86/i386/' | sed -e 's/sparc.*/sparc/'`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user