1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-07 01:58:28 +03:00

Make the Slowaris build a bit nicer with cc

This commit is contained in:
Richard Sharpe -
parent eea1c30df2
commit ea1a70fb42

View File

@ -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)