X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/cf7e4c15a97fa4e0921985d8e31bf9d6d4414b9a..9a33a72c6afd9042c8395f4318bf5d21e235694d:/config.mk diff --git a/config.mk b/config.mk index bd1ee6b..eb410dc 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dmenu version -VERSION = 3.9 +VERSION = 4.1.1 # Customize below to fit your system @@ -19,7 +19,7 @@ INCS = -I. -I/usr/include -I${X11INC} LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${XINERAMALIBS} # flags -CPPFLAGS = -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} +CPPFLAGS = -D_BSD_SOURCE -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} LDFLAGS = -s ${LIBS}