Fossil SCM

Omit the -static option from the default Makefile.

drh 2007-08-17 19:53 trunk
Commit e5b74951d90a0a4347ca2b1b6f37b308b4f8dd62
1 file changed +1 -1
+1 -1
--- Makefile
+++ Makefile
@@ -32,10 +32,10 @@
3232
# to link against the Z-Lib compression library. There are no
3333
# other dependencies. We sometimes add the -static option here
3434
# so that we can build a static executable that will run in a
3535
# chroot jail.
3636
#
37
-LIB = -lz -static
37
+LIB = -lz
3838
3939
# You should not need to change anything below this line
4040
###############################################################################
4141
include $(SRCDIR)/main.mk
4242
--- Makefile
+++ Makefile
@@ -32,10 +32,10 @@
32 # to link against the Z-Lib compression library. There are no
33 # other dependencies. We sometimes add the -static option here
34 # so that we can build a static executable that will run in a
35 # chroot jail.
36 #
37 LIB = -lz -static
38
39 # You should not need to change anything below this line
40 ###############################################################################
41 include $(SRCDIR)/main.mk
42
--- Makefile
+++ Makefile
@@ -32,10 +32,10 @@
32 # to link against the Z-Lib compression library. There are no
33 # other dependencies. We sometimes add the -static option here
34 # so that we can build a static executable that will run in a
35 # chroot jail.
36 #
37 LIB = -lz
38
39 # You should not need to change anything below this line
40 ###############################################################################
41 include $(SRCDIR)/main.mk
42

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button