X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Fdynixptx.sh;h=78a45e42a31ec26de65e79682af5ebf8c5cd6097;hb=e262e9be635eb2f99e78e37e3729f3b9494cef78;hp=55824f6013ac4cfacd768cc2d867711cdebe8b4e;hpb=439a7939a171c59538e3fbac0387062dadd5d487;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/dynixptx.sh b/hints/dynixptx.sh index 55824f6..78a45e4 100644 --- a/hints/dynixptx.sh +++ b/hints/dynixptx.sh @@ -15,3 +15,10 @@ libswanted=`echo $libswanted | sed -e 's/ inet / /'` # Configure defaults to usenm='y', which doesn't work very well usenm='n' +# Reported by bruce@aps.org ("Bruce P. Schuck") as needed for +# DYNIX/ptx 4.0 V4.2.1 to get socket i/o to work +# Not defined by default in case they break other versions. +# These probably need to be worked into a piece of code that +# checks for the need for this setting. +# cppflags='-Wc,+abi-socket -I/usr/local/include' +# ccflags='-Wc,+abi-socket -I/usr/local/include'