diff options
Diffstat (limited to 'japanese/samba/files/patch-ba')
-rw-r--r-- | japanese/samba/files/patch-ba | 23 |
1 files changed, 7 insertions, 16 deletions
diff --git a/japanese/samba/files/patch-ba b/japanese/samba/files/patch-ba index 60e322a6cae9..283714abc761 100644 --- a/japanese/samba/files/patch-ba +++ b/japanese/samba/files/patch-ba @@ -1,6 +1,6 @@ ---- configure.in.orig Thu May 2 20:02:46 2002 -+++ configure.in Thu May 9 02:29:20 2002 -@@ -498,9 +498,23 @@ +--- configure.in.orig Mon Dec 16 12:00:04 2002 ++++ configure.in Mon Dec 16 22:56:30 2002 +@@ -510,9 +510,23 @@ ############################################ # we need dlopen/dlclose/dlsym/dlerror for PAM, the password database plugins and the new VFS code AC_CHECK_FUNCS(dlopen) @@ -26,15 +26,15 @@ fi # dlopen/dlclose/dlsym/dlerror will be checked again later and defines will be set then -@@ -870,6 +884,7 @@ - ;; - *bsd*) BLDSHARED="true" +@@ -972,6 +986,7 @@ + *osf*) AC_DEFINE(OSF1) + BLDSHARED="true" LDSHFLAGS="-shared" + DYNEXP="-Wl,--export-dynamic" SONAMEFLAG="-Wl,-soname," PICFLAG="-fPIC" AC_DEFINE(STAT_ST_BLOCKSIZE,512) -@@ -1868,7 +1883,7 @@ +@@ -1981,7 +1996,7 @@ yes) AC_MSG_RESULT(yes) AC_DEFINE(KRB5_AUTH) @@ -43,12 +43,3 @@ CFLAGS="$CFLAGS -I$withval/include" LDFLAGS="$LDFLAGS -L$withval/lib" ;; -@@ -2042,7 +2057,7 @@ - yes) - AC_MSG_RESULT(yes) - AC_DEFINE(WITH_LDAP_SAM) -- LIBS="-lldap -llber -lresolv $LIBS" -+ LIBS="-lldap -llber $LIBS" - with_smbpasswd_sam=no - ;; - *) |