aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-01-31 15:40:25 +0100
committerMattias Andrée <maandree@kth.se>2021-01-31 15:54:20 +0100
commit20c21f314fb6a6e049109e1245168957e4cf710a (patch)
tree4d9f90f36ee384e3f132e8dd796692139b4a2f47 /config.mk
parentSet file owner to 0 rather than root (diff)
downloadasroot-20c21f314fb6a6e049109e1245168957e4cf710a.tar.gz
asroot-20c21f314fb6a6e049109e1245168957e4cf710a.tar.bz2
asroot-20c21f314fb6a6e049109e1245168957e4cf710a.tar.xz
Check password
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 1f3b2b5..47b82f7 100644
--- a/config.mk
+++ b/config.mk
@@ -3,4 +3,6 @@ MANPREFIX = $(PREFIX)/share/man
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_GNU_SOURCE
CFLAGS = -std=c99 -Wall -O2 $(CPPFLAGS)
-LDFLAGS = -s
+LDFLAGS = -s -lcrypt
+
+# To use libpassphrase, add -DWITH_LIBPASSPHRASE to CPPFLAGS and -lpassphrase to LDFLAGS