gentoo/dev-lang/polyml/files/polyml-5.8.2-configure.patch
Andreas K. Hüttel a059ab8b13
dev-lang/polyml: Version bump; fix glibc-2.34 build
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>
2021-09-10 19:47:29 +02:00

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