summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index ea376770ee..ccfdd619b6 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -632,7 +632,7 @@ case "$host_os" in
PICFLAG="-KPIC -xO4"
POBAD_CC=""
PICSUFFIX="po.o"
- LDSHFLAGS="-G"
+ LDSHFLAGS="-Wl,-h,\$@ -G"
fi
;;
*sunos*) AC_DEFINE(SUNOS4)