diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2017-11-14 19:05:25 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2017-11-14 19:05:25 (GMT) |
commit | 1ddb1a08f14411706f3d13b724a765bc1c94e1b4 (patch) | |
tree | f4268214fc3529c97f89cde989ea2fe5ba5f028c /config | |
parent | b315a659a23a4d6e91847832b259ae21e3f9c490 (diff) | |
parent | a25366cc980695cebe40c2d471bfe5166dcb28a2 (diff) | |
download | hdf5-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-gnulibc1 | 5 |
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 |