mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
Merge from HEAD: netbsd supports dynamic libs
This commit is contained in:
parent
9c3a1710ef
commit
f91d4c8fd3
1577
source/configure
vendored
1577
source/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -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,"
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user