mirror of
https://github.com/samba-team/samba.git
synced 2025-01-04 05:18:06 +03:00
more solaris compile fixes (for smbwrapper)
(This used to be commit fbefb479fb
)
This commit is contained in:
parent
5951e762d5
commit
92245e1ffc
@ -709,7 +709,7 @@ bin/smbw_sample: $(SMBW_OBJ) utils/smbw_sample.o bin/.dummy
|
||||
|
||||
bin/smbwrapper.@SHLIBEXT@: $(PICOBJS)
|
||||
@echo Linking shared library $@
|
||||
@$(SHLD) $(LDSHFLAGS) -o $@ $(PICOBJS) $(LIBS)
|
||||
@$(SHLD) $(LDSHFLAGS) -o $@ $(PICOBJS) $(LDFLAGS) $(LIBS)
|
||||
|
||||
bin/smbwrapper.32.@SHLIBEXT@: $(PICOBJS32)
|
||||
@echo Linking shared library $@
|
||||
|
1559
source3/configure
vendored
1559
source3/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -319,7 +319,6 @@ case "$host_os" in
|
||||
;;
|
||||
esac
|
||||
else
|
||||
DYNEXP="-dc -dp"
|
||||
CPPFLAGS="$CPPFLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
|
||||
AC_DEFINE(_LARGEFILE64_SOURCE)
|
||||
AC_DEFINE(_FILE_OFFSET_BITS,64)
|
||||
|
Loading…
Reference in New Issue
Block a user