X-Git-Url: https://git.armaanb.net/?p=opendoas.git;a=blobdiff_plain;f=configure;h=7d9506237911408fac2d5a545fe56a0aa879feba;hp=f9c2754927c49ba7ddbb0058e8272f7f04375c84;hb=13660d7c9902705c4b2e3f42b101d813599cd2af;hpb=46db70a5a455c713e55d39551335ab215f36b3a3 diff --git a/configure b/configure index f9c2754..7d95062 100755 --- a/configure +++ b/configure @@ -125,6 +125,9 @@ case "$OS" in OS_CFLAGS="$OS_CFLAGS -D_DEFAULT_SOURCE -D_GNU_SOURCE" printf 'CURDIR := .\n' >>$CONFIG_MK ;; + netbsd) + OS_CFLAGS="$OS_CFLAGS -D_OPENBSD_SOURCE" + ;; esac [ -n "$OS_CFLAGS" ] && \