X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/3f244b1d52d5409776467704ca95d561cdab78e9..b4e63454e5768d38682405d252a81b1149273c0b:/config.mk diff --git a/config.mk b/config.mk index 9206a44..eb410dc 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dmenu version -VERSION = 3.8 +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}