aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-11-23 11:48:51 +0000
committerng0 <ng0@n0.is>2019-11-23 11:48:51 +0000
commit138990b90684e2739f0441eb08717c7057ee8e8e (patch)
tree1766d1add6f4f3c28db1ceebed26b918c421db76
parent03273ff52917ed18d0871d2000ad2cbc61d8a3a1 (diff)
downloadgnunet-138990b90684e2739f0441eb08717c7057ee8e8e.tar.gz
gnunet-138990b90684e2739f0441eb08717c7057ee8e8e.zip
openbsd: "use_openbsd_libtool=true"
needs to be tested on an OpenBSD builder.
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index f7b1c569a..53db0bfaf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -141,6 +141,7 @@ AS_CASE(["$host_os"],
141 [*openbsd*],[ 141 [*openbsd*],[
142 LIBS=`echo $LIBS | sed -e "s/-ldl//"` 142 LIBS=`echo $LIBS | sed -e "s/-ldl//"`
143 build_target="openbsd" 143 build_target="openbsd"
144 use_openbsd_libtool=true
144 LIBPREFIX= 145 LIBPREFIX=
145 DLLDIR=lib 146 DLLDIR=lib
146 UNIXONLY="#" 147 UNIXONLY="#"