Check-in [e5b74951d9]
Not logged in
Overview

SHA1 Hash:e5b74951d90a0a4347ca2b1b6f37b308b4f8dd62
Date: 2007-08-17 19:53:53
User: drh
Comment:Omit the -static option from the default Makefile.
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified Makefile from [90562f7233] to [e5d56bbe15].

@@ -32,10 +32,10 @@
 #    to link against the Z-Lib compression library.  There are no
 #    other dependencies.  We sometimes add the -static option here
 #    so that we can build a static executable that will run in a
 #    chroot jail.
 #
-LIB = -lz -static
+LIB = -lz
 
 # You should not need to change anything below this line
 ###############################################################################
 include $(SRCDIR)/main.mk