]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: fix false failure for test referencing libdl
authorNick Alcock <nick.alcock@oracle.com>
Thu, 2 Oct 2014 14:26:21 +0000 (15:26 +0100)
committerPádraig Brady <P@draigBrady.com>
Thu, 2 Oct 2014 15:35:09 +0000 (16:35 +0100)
commit2d3ba46e580cbc9e81edc4e8dd759f9fb0775161
tree111f697864888e086c745364d5f98f7b98c9afb6
parent4f87ca916c6b42a5b8a10ce7bc4e54f2ba06451c
tests: fix false failure for test referencing libdl

* init.cfg (gcc_shared_): -ldl has to be positioned after the object
files that may rely upon it.  This fixes tests/cp/nfs-removal-race.sh
which references dlsym() from libdl.
init.cfg