In metaconfig.git, the branch master has been updated <http://perl5.git.perl.org/metaconfig.git/commitdiff/98c70e76d8d5b74b4a6fc647610724c35352d563?hp=3dac1a3246a4b64ebc7a68e22844b8a0f6bde076>
- Log ----------------------------------------------------------------- commit 98c70e76d8d5b74b4a6fc647610724c35352d563 Author: H.Merijn Brand - Tux <[email protected]> Date: Wed Apr 20 21:26:10 2016 +0200 Remove nm from libswanted Backport of 9a427118a27dce49b50e2c7d619b9f5aa048101d ----------------------------------------------------------------------- Summary of changes: U/modified/Myinit.U | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/U/modified/Myinit.U b/U/modified/Myinit.U index e508b67..0e3155a 100644 --- a/U/modified/Myinit.U +++ b/U/modified/Myinit.U @@ -32,7 +32,7 @@ ?X: Put crypt here, even though I should really fix d_crypt.U to look ?X: for it correctly, including possible shared library versions. : If anyone needs extra -lxxx, put those in a hint file. -libswanted="cl pthread socket bind inet nsl nm ndbm gdbm dbm db malloc dl ld" +libswanted="cl pthread socket bind inet nsl ndbm gdbm dbm db malloc dl ld" libswanted="$libswanted sun m crypt sec util c cposix posix ucb bsd BSD" : We probably want to search /usr/shlib before most other libraries. : This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist. -- perl5 metaconfig repository
