aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-03-31 20:57:30 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2022-03-31 20:57:30 +0200
commit24eceae87ccfac814a173655c038a5a1a68d09b6 (patch)
tree2057ca77045785607a134fccff8f88f75d16824e /configure.ac
parent1e48c81e89b224cc922e0fe0ff1fd0e6d8be50e3 (diff)
downloadgnunet-24eceae87ccfac814a173655c038a5a1a68d09b6.tar.gz
gnunet-24eceae87ccfac814a173655c038a5a1a68d09b6.zip
-portability fixes
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c2296f004..43d112572 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
20# 20#
21# 21#
22AC_PREREQ([2.69]) 22AC_PREREQ([2.69])
23AC_INIT([gnunet], m4_esyscmd_s([contrib/get_version.sh]), [bug-gnunet@gnu.org]) 23AC_INIT([gnunet], m4_esyscmd_s([sh contrib/get_version.sh]), [bug-gnunet@gnu.org])
24 24
25AC_CONFIG_AUX_DIR([build-aux]) 25AC_CONFIG_AUX_DIR([build-aux])
26AC_CONFIG_MACRO_DIRS([m4]) 26AC_CONFIG_MACRO_DIRS([m4])
@@ -136,7 +136,7 @@ AS_CASE(["$host_os"],
136 ], 136 ],
137 [*openbsd*], 137 [*openbsd*],
138 [# libc needs to be linked explicitly 138 [# libc needs to be linked explicitly
139 LDFLAGS="$LDFLAGS -Wl -lc" 139 LDFLAGS="$OLD_LDFLAGS -lc"
140 # and PIC has to be enabled 140 # and PIC has to be enabled
141 CFLAGS="-fPIC $CFLAGS" 141 CFLAGS="-fPIC $CFLAGS"
142 build_target="openbsd" 142 build_target="openbsd"