Revision: 15783 http://gar.svn.sourceforge.net/gar/?rev=15783&view=rev Author: skayser Date: 2011-09-27 17:46:06 +0000 (Tue, 27 Sep 2011) Log Message: ----------- stunnel/trunk: work around unset autoconf variable
Modified Paths: -------------- csw/mgar/pkg/stunnel/trunk/Makefile Modified: csw/mgar/pkg/stunnel/trunk/Makefile =================================================================== --- csw/mgar/pkg/stunnel/trunk/Makefile 2011-09-27 15:45:30 UTC (rev 15782) +++ csw/mgar/pkg/stunnel/trunk/Makefile 2011-09-27 17:46:06 UTC (rev 15783) @@ -1,9 +1,11 @@ # TODO (release-critical prefixed with !, non release-critical with *) +# # * postinstall mknod not possible within zone (mknod fails with "not owner") # Work around this or provide README.CSW with instructions for chroot # --> Why should /dev/zero be required at all? google suggests relation # to pthreads .. truss doesn't show /dev/zero usage on Solaris 10 # Test on Solaris 8 / 9 for comparison +# NAME = stunnel VERSION = 4.44 CATEGORIES = net @@ -44,6 +46,11 @@ # No test target available TEST_SCRIPTS = +# tools/Makefile references ssldir, but configure only defines SSLDIR, thus +# we pass ssldir manually as a workaround (according to --with-ssl above). +# Should be reported and fixed upstream. Observed with 4.44. +INSTALL_ARGS = ssldir=/opt/csw + sysconfdir=/etc/opt/csw localstatedir=/var/opt/csw This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel