X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Fnext_3_0.sh;h=3a50247e9c4b05b73223644980dbe9a1fc37a30c;hb=55497cffdd24c959994f9a8ddd56db8ce85e1c5b;hp=a34d621449550ddf4596bcfab1a66cb9283c1e1b;hpb=fed7345c45910a20f6865d6a2f8978d09b352f41;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/next_3_0.sh b/hints/next_3_0.sh index a34d621..3a50247 100644 --- a/hints/next_3_0.sh +++ b/hints/next_3_0.sh @@ -21,7 +21,12 @@ POSIX_cflags='ccflags="-posix $ccflags"' useposix='undef' ldflags='-u libsys_s' libswanted='dbm gdbm db' +# lddlflags='-r' +# Give cccdlflags an empty value since Configure will detect we are +# using GNU cc and try to specify -fpic for cccdlflags. +cccdlflags=' ' +# i_utime='undef' groupstype='int' direntrytype='struct direct'