[cpp-opensaml] 01/10: Current AX_PTHREAD knows about the necessary Solaris defines

Scott Cantor cantor.2 at osu.edu
Mon Feb 3 19:30:03 EST 2020


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository cpp-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-opensaml.git;a=commit;h=a8ee685b88644af8b0f521331ec88d0a0c263052

commit a8ee685b88644af8b0f521331ec88d0a0c263052
Author: Ferenc Wágner <wferi at debian.org>
AuthorDate: Tue Aug 7 22:42:35 2018 +0200

    Current AX_PTHREAD knows about the necessary Solaris defines
---
 configure.ac | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index f052688..0ec9672 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,11 +53,8 @@ if test "$GCC" = "yes" ; then
 fi
 
 # Fix for Sun Workshop compiler in debug mode, may be Sun case #6360993
-# Also enables POSIX semantics for some functions.
 case "${host_cpu}-${host_os}" in
     *solaris*)
-	CFLAGS="$CFLAGS -D_POSIX_PTHREAD_SEMANTICS"
-	CXXFLAGS="$CXXFLAGS -D_POSIX_PTHREAD_SEMANTICS"
 	if test "$CXX" = "CC" ; then
 		CXXFLAGS="$CXXFLAGS -Qoption ccfe -stabs=no%dfltlit+no%dflthlp"
 	fi

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list