aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Pärtel <martin.partel@gmail.com>2020-01-08 12:36:15 +0200
committerMartin Pärtel <martin.partel@gmail.com>2020-01-08 12:36:15 +0200
commit983e86b2be0ccdcd102cc39be96817d539bffe66 (patch)
treedcdbc74d45a7f701e33e2c8c4b7496474dfce49e
parent39f183cdf14f9c1b516d96b44f0efdf1dfad99e8 (diff)
downloadbindfs-983e86b2be0ccdcd102cc39be96817d539bffe66.tar.gz
Added -fno-common to CFLAGS.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 203f1de..f9b04a0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ fi
AM_CONDITIONAL(BUILD_OS_IS_DARWIN, [test x"$build_os" = darwin])
my_CPPFLAGS="-D_REENTRANT -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26"
-my_CFLAGS="-Wall"
+my_CFLAGS="-Wall -fno-common"
my_LDFLAGS="-pthread"
AC_SUBST([my_CPPFLAGS])
AC_SUBST([my_CFLAGS])