summaryrefslogtreecommitdiff
path: root/hints/next_3_2.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hints/next_3_2.sh')
-rw-r--r--hints/next_3_2.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/hints/next_3_2.sh b/hints/next_3_2.sh
index aba25b9ed5..887082e2f3 100644
--- a/hints/next_3_2.sh
+++ b/hints/next_3_2.sh
@@ -5,7 +5,12 @@ ccflags='-DUSE_NEXT_CTYPE'
POSIX_cflags='ccflags="-posix $ccflags"'
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'