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

Fix the PIC flag for IRIX

This commit is contained in:
Richard Sharpe 0001-01-01 00:00:00 +00:00
parent d7023b881a
commit 6a7645f90b

View File

@ -641,7 +641,7 @@ case "$host_os" in
ATTEMPT_WRAP32_BUILD=yes
BLDSHARED="true"
LDSHFLAGS="-Wl,-soname,\$@ -shared"
PICFLAG="-fPIC"
PICFLAG="-KPIC"
;;
*aix*) AC_DEFINE(AIX)
BLDSHARED="true"