diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2020-01-08 12:36:15 +0200 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2020-01-08 12:36:15 +0200 |
commit | 983e86b2be0ccdcd102cc39be96817d539bffe66 (patch) | |
tree | dcdbc74d45a7f701e33e2c8c4b7496474dfce49e /configure.ac | |
parent | 39f183cdf14f9c1b516d96b44f0efdf1dfad99e8 (diff) | |
download | bindfs-983e86b2be0ccdcd102cc39be96817d539bffe66.tar.gz |
Added -fno-common to CFLAGS.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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]) |