1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-04 05:18:06 +03:00

merge from 2.2

This commit is contained in:
Gerald Carter 0001-01-01 00:00:00 +00:00
parent 612584f7d5
commit 65417ed341
2 changed files with 332 additions and 326 deletions

655
source/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -886,6 +886,9 @@ case "$host_os" in
PICFLAG="-fPIC"
else
PICFLAG="-KPIC"
## ${CFLAGS} added for building 64-bit shared
## libs using Sun's Compiler
LDSHFLAGS="-G \${CFLAGS}"
POBAD_CC=""
PICSUFFIX="po.o"
fi