summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2017-11-14 19:05:25 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2017-11-14 19:05:25 (GMT)
commit1ddb1a08f14411706f3d13b724a765bc1c94e1b4 (patch)
treef4268214fc3529c97f89cde989ea2fe5ba5f028c /config
parentb315a659a23a4d6e91847832b259ae21e3f9c490 (diff)
parenta25366cc980695cebe40c2d471bfe5166dcb28a2 (diff)
downloadhdf5-1ddb1a08f14411706f3d13b724a765bc1c94e1b4.zip
hdf5-1ddb1a08f14411706f3d13b724a765bc1c94e1b4.tar.gz
hdf5-1ddb1a08f14411706f3d13b724a765bc1c94e1b4.tar.bz2
Merge pull request #772 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:ar_warning_fix to develop
* commit 'a25366cc980695cebe40c2d471bfe5166dcb28a2': Fixed that annoying ar warning about -u being ignored.
Diffstat (limited to 'config')
-rw-r--r--config/linux-gnulibc15
1 files changed, 5 insertions, 0 deletions
diff --git a/config/linux-gnulibc1 b/config/linux-gnulibc1
index 39225e7..c32f64e 100644
--- a/config/linux-gnulibc1
+++ b/config/linux-gnulibc1
@@ -30,6 +30,11 @@ if test -z "$CC"; then
fi
fi
+# Set flags for gnu ar (apparently via libtool, so AR_FLAGS, not ARFLAGS)
+# If you don't do this, you will get warnings about the 'u' in
+# automake's default 'cru' args.
+AR_FLAGS=crD
+
# Figure out GNU C compiler flags
. $srcdir/config/gnu-flags