mirror of
https://github.com/samba-team/samba.git
synced 2025-02-18 17:57:55 +03:00
Follow on from herb's patch for 1.300.2.145 - define SYSV for solaris to fix
vendor supplied lp printing (bug #355). For some reason this is not being set in Samba 3. In Samba 2.2 the SYSV define was only set from include/includes.h in a haphazard fashion. It's probably better to explicitly define it on a per-operating system basis anyway.
This commit is contained in:
parent
2e23491bb3
commit
e653e13f45
@ -1011,6 +1011,7 @@ if test "$enable_shared" = "yes"; then
|
||||
AC_DEFINE(STAT_ST_BLOCKSIZE,512)
|
||||
;;
|
||||
*solaris*) AC_DEFINE(SUNOS5,1,[Whether the host os is solaris])
|
||||
AC_DEFINE(SYSV, 1, [Whether to enable System V compatibility])
|
||||
BLDSHARED="true"
|
||||
LDSHFLAGS="-G"
|
||||
SONAMEFLAG="-h "
|
||||
|
Loading…
x
Reference in New Issue
Block a user