1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

Make the Slowaris build a bit nicer with cc

This commit is contained in:
Richard Sharpe 0001-01-01 00:00:00 +00:00
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)