Browse Source

Daniel Jahre:


			
			
				rocklinux
			
			
		
Daniel Jahre 17 years ago
parent
commit
5b091d8df3
2 changed files with 2 additions and 45 deletions
  1. +0
    -43
      package/base/samba/head.patch
  2. +2
    -2
      package/base/samba/samba.desc

+ 0
- 43
package/base/samba/head.patch

@ -1,43 +0,0 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/sirkull/samba/head.patch
# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
diff -dur samba-3.0.20-orig/source/configure samba-3.0.20/source/configure
--- source/configure 2005-08-19 21:09:01.000000000 +0200
+++ source/configure 2005-09-29 10:30:23.000000000 +0200
@@ -4041,7 +4041,7 @@
if test "$ac_cv_prog_gnu_ld" = "yes"; then
- ac_cv_gnu_ld_version=`$LD -v 2>/dev/null | head -1`
+ ac_cv_gnu_ld_version=`$LD -v 2>/dev/null | head -n1`
echo "$as_me:$LINENO: checking GNU ld release date" >&5
echo $ECHO_N "checking GNU ld release date... $ECHO_C" >&6
ac_cv_gnu_ld_date=`echo $ac_cv_gnu_ld_version | sed -n 's,^.*\([2-9][0-9][0-9][0-9]\)[-]*\([01][0-9]\)[-]*\([0-3][0-9]\).*$,\1\2\3,p'`
diff -dur samba-3.0.20-orig/source/configure.in samba-3.0.20/source/configure.in
--- source/configure.in 2005-08-19 19:16:29.000000000 +0200
+++ source/configure.in 2005-09-29 10:30:09.000000000 +0200
@@ -350,7 +350,7 @@
dnl --allow-shlib-undefined flag defined. This causes a stackload of
dnl warnings when building modules.
if test "$ac_cv_prog_gnu_ld" = "yes"; then
- ac_cv_gnu_ld_version=`$LD -v 2>/dev/null | head -1`
+ ac_cv_gnu_ld_version=`$LD -v 2>/dev/null | head -n1`
AC_MSG_CHECKING(GNU ld release date)
changequote(,)dnl
ac_cv_gnu_ld_date=`echo $ac_cv_gnu_ld_version | sed -n 's,^.*\([2-9][0-9][0-9][0-9]\)[-]*\([01][0-9]\)[-]*\([0-3][0-9]\).*$,\1\2\3,p'`

+ 2
- 2
package/base/samba/samba.desc

@ -44,8 +44,8 @@
[L] GPL
[S] Stable
[V] 3.0.22
[V] 3.0.25
[P] X -?---5---9 144.900
[D] 1264643297 samba-3.0.22.tar.gz ftp://de.samba.org/samba.org/
[D] 3182014117 samba-3.0.25.tar.gz ftp://de.samba.org/samba.org/

Loading…
Cancel
Save