OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   03-Jul-2008 22:28:06
  Branch: HEAD                             Handle: 2008070321280600

  Modified files:
    openpkg-src/samba       samba.patch samba.spec

  Log:
    once again try to fix building

  Summary:
    Revision    Changes     Path
    1.21        +14 -2      openpkg-src/samba/samba.patch
    1.131       +7  -0      openpkg-src/samba/samba.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/samba/samba.patch
  ============================================================================
  $ cvs diff -u -r1.20 -r1.21 samba.patch
  --- openpkg-src/samba/samba.patch     2 Jul 2008 18:51:36 -0000       1.20
  +++ openpkg-src/samba/samba.patch     3 Jul 2008 20:28:06 -0000       1.21
  @@ -1,6 +1,18 @@
  +Index: source/configure
  +--- source/configure.orig    2008-07-01 14:39:06 +0200
  ++++ source/configure 2008-07-03 22:10:38 +0200
  +@@ -70080,6 +70080,8 @@
  + else
  +     LIBWBCLIENT_STATIC=$LIBWBCLIENT_STATIC_TARGET
  + fi
  ++LIBWBCLIENT_STATIC=$LIBWBCLIENT_STATIC_TARGET
  ++LIBWBCLIENT_SHARED=$LIBWBCLIENT_STATIC_TARGET
  + 
  + if test x"$HAVE_WINBIND" = x"yes"; then
  +         { echo "$as_me:$LINENO: result: yes" >&5
   Index: source/lib/sysquotas_4A.c
   --- source/lib/sysquotas_4A.c.orig   2008-07-01 14:33:07 +0200
  -+++ source/lib/sysquotas_4A.c        2008-07-01 21:00:55 +0200
  ++++ source/lib/sysquotas_4A.c        2008-07-03 22:09:34 +0200
   @@ -71,6 +71,10 @@
    #define dqb_curinodes       dqb_curfiles
    #endif
  @@ -14,7 +26,7 @@
    #else
   Index: source/smbd/uid.c
   --- source/smbd/uid.c.orig   2008-07-01 14:33:07 +0200
  -+++ source/smbd/uid.c        2008-07-01 21:00:55 +0200
  ++++ source/smbd/uid.c        2008-07-03 22:09:34 +0200
   @@ -157,7 +157,11 @@
        NT_USER_TOKEN *token = NULL;
        int num_groups = 0;
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/samba/samba.spec
  ============================================================================
  $ cvs diff -u -r1.130 -r1.131 samba.spec
  --- openpkg-src/samba/samba.spec      3 Jul 2008 19:01:51 -0000       1.130
  +++ openpkg-src/samba/samba.spec      3 Jul 2008 20:28:06 -0000       1.131
  @@ -140,8 +140,15 @@
           --with-piddir=%{l_prefix}/var/samba/run \
           --with-privatedir=%{l_prefix}/var/samba/run/private \
           --with-swatdir=%{l_prefix}/share/samba \
  +        --disable-shared-libs \
           
--with-static-libs=libtalloc,libtdb,libnetapi,libaddns,libsmbclient,libsmbsharemodes,libwbclient
 \
           --without-included-popt \
  +        --without-libtalloc \
  +        --without-libtdb \
  +        --without-libnetapi \
  +        --without-libaddns \
  +        --without-libsmbclient \
  +        --without-libsmbsharemodes \
           --with-winbind \
   %if "%{with_acl}" == "yes"
           --with-acl-support \
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to