X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Fisc_2.sh;h=9a7da8c7eb6ad455de6c83e92bc504808eae8af6;hb=8d08d9baca8b5e17813fd3fbfe3510d7ba6097f7;hp=95b61ba7738691feab22b87dd12275d0b54a50c4;hpb=a0d0e21ea6ea90a22318550944fe6cb09ae10cda;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/isc_2.sh b/hints/isc_2.sh index 95b61ba..9a7da8c 100644 --- a/hints/isc_2.sh +++ b/hints/isc_2.sh @@ -1,7 +1,7 @@ # isc_2.sh # Interactive Unix Version 2.2 # Compile perl entirely in posix mode. -# Andy Dougherty doughera@lafcol.lafayette.edu +# Andy Dougherty doughera@lafayette.edu # Wed Oct 5 15:57:37 EDT 1994 # # Use Configure -Dcc=gcc to use gcc @@ -17,8 +17,9 @@ case "$cc" in ldflags="$ldflags -Xp" ;; esac -# Pick up dbm.h in -ccflags="$ccflags -I/usr/include/rpcsvc" # Compensate for conflicts in doio_cflags='ccflags="$ccflags -DENOTSOCK=103"' pp_sys_cflags='ccflags="$ccflags -DENOTSOCK=103"' + +# for ext/IPC/SysV/SysV.xs +ccflags="$ccflags -DPERL_ISC"