Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F343762
npth-change-for-hpux.diff
gniibe (NIIBE Yutaka)
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Authored By
•
gniibe
May 22 2018, 6:45 AM
2018-05-22 06:45:51 (UTC+2)
Size
380 B
Subscribers
None
npth-change-for-hpux.diff
View Options
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
Details
Attached
Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
192521
Attached To
T3980: gpg-agent: error allocating thread attributes when starting as daemon
Event Timeline
Log In to Comment