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:
parent
d7023b881a
commit
6a7645f90b
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user