Page MenuHome GnuPG

npth-change-for-hpux.diff

Authored By
gniibe
May 22 2018, 6:45 AM
Size
380 B
Subscribers
None

npth-change-for-hpux.diff

diff --git a/configure.ac b/configure.ac
index ae1dee6..de78d69 100644
--- a/configure.ac
+++ b/configure.ac
@@ -124,6 +124,9 @@ case "${host}" in
LIBS="-lpthread $LIBS"
AC_SEARCH_LIBS([sem_init],[rt])
;;
+ *-*-hpux*)
+ LIBS="-lpthread $LIBS"
+ ;;
esac
AM_CONDITIONAL(HAVE_LD_VERSION_SCRIPT, test "$have_ld_version_script" = "yes")

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
192521

Event Timeline