logo

badwolf

minimalist and privacy-oriented web browser based on WebKitGTK git clone https://hacktivis.me/git/badwolf.git
commit: f7b5d877bde773285f9d4ed53fb9bc5923644d61
parent fcde19e3fb1e7b10d4af5742bebb8109c7d911c4
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun, 13 Mar 2022 00:47:40 +0100

configure: Set FLAWFINDER in config.mk

Diffstat:

Mconfigure1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/configure b/configure @@ -249,6 +249,7 @@ MSGFMT = ${MSGFMT} DBG = ${DBG} MANDOC = ${MANDOC} SHELLCHECK = ${SHELLCHECK} +FLAWFINDER = ${FLAWFINDER} CFLAGS = ${CFLAGS} -DDATADIR=\"\${DATADIR}\" -DPACKAGE=\"\${PACKAGE}\" -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -DVERSION=\"\${VERSION_FULL}\" ${DEPS_cflags} LDFLAGS = ${LDFLAGS}