Fossil SCM
Omit the -static option from the default Makefile.
Commit
e5b74951d90a0a4347ca2b1b6f37b308b4f8dd62
Parent
4452576730808ff…
1 file changed
+1
-1
M
Makefile
+1
-1
| --- Makefile | ||
| +++ Makefile | ||
| @@ -32,10 +32,10 @@ | ||
| 32 | 32 | # to link against the Z-Lib compression library. There are no |
| 33 | 33 | # other dependencies. We sometimes add the -static option here |
| 34 | 34 | # so that we can build a static executable that will run in a |
| 35 | 35 | # chroot jail. |
| 36 | 36 | # |
| 37 | -LIB = -lz -static | |
| 37 | +LIB = -lz | |
| 38 | 38 | |
| 39 | 39 | # You should not need to change anything below this line |
| 40 | 40 | ############################################################################### |
| 41 | 41 | include $(SRCDIR)/main.mk |
| 42 | 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 -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 |