Revision: 26076 http://sourceforge.net/p/gar/code/26076 Author: dmichelsen Date: 2017-01-04 10:43:22 +0000 (Wed, 04 Jan 2017) Log Message: ----------- socat/trunk: Switch to GCC
Modified Paths: -------------- csw/mgar/pkg/socat/trunk/Makefile Modified: csw/mgar/pkg/socat/trunk/Makefile =================================================================== --- csw/mgar/pkg/socat/trunk/Makefile 2017-01-03 11:46:42 UTC (rev 26075) +++ csw/mgar/pkg/socat/trunk/Makefile 2017-01-04 10:43:22 UTC (rev 26076) @@ -47,6 +47,9 @@ # test.sh uses unescaped nested double quotes (doesn't work with /bin/bash) # PATCHFILES += 0001-Escape-nested-double-quotes.patch +# Use GCC or "pty" won't work (among other things) +GARCOMPILER = GNU + CONFIGURE_ARGS = $(DIRPATHS) # 250+ tests take a while. Run them manually when packaging a new version. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.