1 2 3 4 5 6 7 8 9 10 11 12 13
diff --git a/config.mk b/config.mk index 5d42b38..61d085a 100644 --- a/config.mk +++ b/config.mk @@ -9,7 +9,7 @@ MANPREFIX = ${PREFIX}/share/man # includes and libs INCS = -I. -I/usr/include -LIBS = -L/usr/lib -lc +LIBS = -lc # flags CPPFLAGS = -DVERSION=\"${VERSION}\" -D_GNU_SOURCE