mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-03 01:17:27 -08:00
Closes: https://bugs.gentoo.org/806350 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org>
13 lines
512 B
Diff
13 lines
512 B
Diff
diff -ruN polyml-5.8.2.orig/configure.ac polyml-5.8.2/configure.ac
|
|
--- polyml-5.8.2.orig/configure.ac 2021-05-02 13:53:42.000000000 +0200
|
|
+++ polyml-5.8.2/configure.ac 2021-09-10 19:29:27.370699622 +0200
|
|
@@ -198,7 +198,7 @@
|
|
# Solaris needs -lsocket, -lnsl and -lrt
|
|
AC_SEARCH_LIBS([gethostbyname], [nsl])
|
|
AC_SEARCH_LIBS([getsockopt], [socket])
|
|
- AC_SEARCH_LIBS([sem_wait], [rt])
|
|
+ AC_SEARCH_LIBS([sem_wait], [rt] [pthread])
|
|
|
|
# Check for X and Motif headers and libraries
|
|
AC_PATH_X
|