From 41d6a90e337d6718d37855fb1e0a5537a319d122 Mon Sep 17 00:00:00 2001 From: ng0 Date: Wed, 11 Sep 2019 11:22:18 +0000 Subject: [PATCH] Add buildtarget to netbsd --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 645b1125e..ef68f01ee 100644 --- a/configure.ac +++ b/configure.ac @@ -153,6 +153,7 @@ AS_CASE(["$host_os"], [*netbsd*],[ AC_DEFINE_UNQUOTED(SOMEBSD,1,[This is a BSD system]) AC_DEFINE_UNQUOTED(NETBSD,1,[This is a NetBSD system]) + build_target="netbsd" LIBPREFIX= DLLDIR=lib UNIXONLY="#" -- 2.25.1