diff options
Diffstat (limited to 'source3/configure.in')
-rw-r--r-- | source3/configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in index 537c5a7a59..d726aa6fd5 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -886,6 +886,9 @@ case "$host_os" in PICFLAG="-fPIC" else PICFLAG="-KPIC" + ## ${CFLAGS} added for building 64-bit shared + ## libs using Sun's Compiler + LDSHFLAGS="-G \${CFLAGS}" POBAD_CC="" PICSUFFIX="po.o" fi |