diff options
Diffstat (limited to 'hints/aix.sh')
-rw-r--r-- | hints/aix.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hints/aix.sh b/hints/aix.sh index 6a9e54570a..2c42151ea6 100644 --- a/hints/aix.sh +++ b/hints/aix.sh @@ -17,6 +17,9 @@ alignbytes=8 usemymalloc='n' +so="a" +dlext="so" + # Make setsockopt work correctly. See man page. # ccflags='-D_BSD=44' |