]> git.ipfire.org Git - thirdparty/coreutils.git/commit
build: avoid name transformations on libstdbuf
authorPádraig Brady <P@draigBrady.com>
Tue, 9 Sep 2014 14:50:07 +0000 (15:50 +0100)
committerPádraig Brady <P@draigBrady.com>
Wed, 10 Sep 2014 14:45:42 +0000 (15:45 +0100)
commit6f9b01873ee3c9e2be5daedc5b095a44d37a577c
tree869f9c2471c9040680a6ab5f77336d9bf57e2b1a
parent20f46a2e347a53855b70b47297cd1856741d6265
build: avoid name transformations on libstdbuf

* src/local.mk (transform): Skip the transformation for libstdbuf
since that should not be subject to name clashes, and we need
to reference the name directly in LD_PRELOAD etc.
* configure.ac: Add a comment on the coupling of pkglibexec_PROGRAMS
to $(transform).
Issue reported at https://trac.macports.org/ticket/44922
Improved by Nick Bowler
configure.ac
src/local.mk