mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 16:11:58 +00:00
15 lines
660 B
Diff
15 lines
660 B
Diff
diff --git a/Configure b/Configure
|
|
index 0a405d3..1871298 100755
|
|
--- a/Configure
|
|
+++ b/Configure
|
|
@@ -1455,7 +1455,7 @@ libswanted_uselargefiles=''
|
|
: List of libraries we want.
|
|
: 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="$libswanted sun m crypt sec util c cposix posix ucb bsd BSD"
|
|
+libswanted="$libswanted sun m crypt sec 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.
|
|
glibpth=`echo " $glibpth " | sed -e 's! /usr/shlib ! !'`
|
|
|