1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-29 21:47:30 +03:00

NetBSD also supports dynamic libs

This commit is contained in:
Jelmer Vernooij -
parent 8f495e8634
commit dbb29495e7
2 changed files with 792 additions and 789 deletions

1579
source/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -1000,7 +1000,7 @@ case "$host_os" in
PICFLAG="-KPIC" # Is this correct for SunOS
AC_DEFINE(STAT_ST_BLOCKSIZE,512)
;;
*freebsd*) BLDSHARED="true"
*netbsd* | *freebsd*) BLDSHARED="true"
LDSHFLAGS="-shared"
DYNEXP="-Wl,--export-dynamic"
SONAMEFLAG="-Wl,-soname,"