commit 2521a5edec03d2ab579b038607ce2f2b195ac9df Author: sin <[email protected]> Date: Mon Apr 14 14:55:46 2014 +0100
Add commented out # -static in config.mk
diff --git a/config.mk b/config.mk
index e1d1c69..7776c9f 100644
--- a/config.mk
+++ b/config.mk
@@ -10,4 +10,4 @@ MANPREFIX = $(PREFIX)/share/man
LD = $(CC)
CPPFLAGS = -D_GNU_SOURCE
CFLAGS = -Os -Wall -Wextra $(CPPFLAGS)
-LDFLAGS = -s -lcrypt
+LDFLAGS = -s -lcrypt # -static
