Revision: 27118 http://sourceforge.net/p/gar/code/27118 Author: jake_goerzen Date: 2024-11-18 22:41:28 +0000 (Mon, 18 Nov 2024) Log Message: ----------- openssl1/branches/lts111: disable threads on Solaris 9
Modified Paths: -------------- csw/mgar/pkg/openssl1/branches/lts111/Makefile Modified: csw/mgar/pkg/openssl1/branches/lts111/Makefile =================================================================== --- csw/mgar/pkg/openssl1/branches/lts111/Makefile 2024-11-17 23:15:45 UTC (rev 27117) +++ csw/mgar/pkg/openssl1/branches/lts111/Makefile 2024-11-18 22:41:28 UTC (rev 27118) @@ -183,6 +183,8 @@ CONFIGURE_ARGS += $(CONFIGURE_FLAGS) CONFIGURE_ARGS += $($(ISA)_$(GARCOMPILER_TYPE)_CONFIGURE_TARGET) CONFIGURE_ARGS += shared +CONFIGURE_ARGS-5.9 += no-threads +CONFIGURE_ARGS += $(CONFIGURE_ARGS-$(GAROSREL)) # We need to use the opencsw perl instead of the sun perl starting with version 1.1.1w EXTRA_CONFIGURE_ENV += PERL="/opt/csw/bin/perl" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.