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

Merge from HEAD: netbsd supports dynamic libs

This commit is contained in:
Jelmer Vernooij 0001-01-01 00:00:00 +00:00
parent 9c3a1710ef
commit f91d4c8fd3
3 changed files with 798 additions and 789 deletions

1577
source/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -911,7 +911,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,"

View File

@ -1,4 +1,4 @@
/* include/config.h.in. Generated automatically from configure.in by autoheader. */
/* include/config.h.in. Generated automatically from configure.in by autoheader 2.13. */
/* Define if type char is unsigned and you are not using gcc. */
#ifndef __CHAR_UNSIGNED__
@ -1235,6 +1235,12 @@
/* File offset bits */
#undef _FILE_OFFSET_BITS
/* Whether to enable POSIX support */
#undef _POSIX_C_SOURCE
/* Whether to enable System V compatibility */
#undef _SYSV
/* Whether to enable large file support */
#undef _LARGEFILE64_SOURCE