aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorjospaeth <spaethj@in.tum.de>2020-08-28 12:27:32 +0200
committerjospaeth <spaethj@in.tum.de>2020-08-28 12:27:32 +0200
commit5f7d255ae5221c447367c4ac7a157ddcd27bcd57 (patch)
tree22fae70a54ad97c15a59f62e4c8bb9498a0d2e53 /configure.ac
parent62d6be2695969cd430351b503b033057a1b50f47 (diff)
parentbbf9540c93da3c6b950920ee7eaae479c95403c5 (diff)
downloadgnunet-5f7d255ae5221c447367c4ac7a157ddcd27bcd57.tar.gz
gnunet-5f7d255ae5221c447367c4ac7a157ddcd27bcd57.zip
Merge branch 'master' into spaeth/escrow_plugins
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 8 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 4dacfa8ee..3a83e31d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -142,9 +142,11 @@ AS_CASE(["$host_os"],
142 UNIXONLY="#" 142 UNIXONLY="#"
143 ], 143 ],
144 [*openbsd*],[ 144 [*openbsd*],[
145 LIBS=`echo $LIBS | sed -e "s/-ldl//"` 145 # We need to explicitly link libc
146 LDFLAGS="$LDFLAGS -Wl,-lc"
147 # We also need to enable PIC
148 CFLAGS="-fPIC $CFLAGS"
146 build_target="openbsd" 149 build_target="openbsd"
147 use_openbsd_libtool=true
148 LIBPREFIX= 150 LIBPREFIX=
149 DLLDIR=lib 151 DLLDIR=lib
150 UNIXONLY="#" 152 UNIXONLY="#"
@@ -1965,6 +1967,10 @@ src/scalarproduct/Makefile
1965src/scalarproduct/scalarproduct.conf 1967src/scalarproduct/scalarproduct.conf
1966src/set/Makefile 1968src/set/Makefile
1967src/set/set.conf 1969src/set/set.conf
1970src/seti/Makefile
1971src/seti/seti.conf
1972src/setu/Makefile
1973src/setu/setu.conf
1968src/sq/Makefile 1974src/sq/Makefile
1969src/statistics/Makefile 1975src/statistics/Makefile
1970src/statistics/statistics.conf 1976src/statistics/statistics.conf