mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
1.3 KiB

  1. diff -dur samba-3.0.20-orig/source/configure samba-3.0.20/source/configure
  2. --- source/configure 2005-08-19 21:09:01.000000000 +0200
  3. +++ source/configure 2005-09-29 10:30:23.000000000 +0200
  4. @@ -4041,7 +4041,7 @@
  5. if test "$ac_cv_prog_gnu_ld" = "yes"; then
  6. - ac_cv_gnu_ld_version=`$LD -v 2>/dev/null | head -1`
  7. + ac_cv_gnu_ld_version=`$LD -v 2>/dev/null | head -n1`
  8. echo "$as_me:$LINENO: checking GNU ld release date" >&5
  9. echo $ECHO_N "checking GNU ld release date... $ECHO_C" >&6
  10. 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'`
  11. diff -dur samba-3.0.20-orig/source/configure.in samba-3.0.20/source/configure.in
  12. --- source/configure.in 2005-08-19 19:16:29.000000000 +0200
  13. +++ source/configure.in 2005-09-29 10:30:09.000000000 +0200
  14. @@ -350,7 +350,7 @@
  15. dnl --allow-shlib-undefined flag defined. This causes a stackload of
  16. dnl warnings when building modules.
  17. if test "$ac_cv_prog_gnu_ld" = "yes"; then
  18. - ac_cv_gnu_ld_version=`$LD -v 2>/dev/null | head -1`
  19. + ac_cv_gnu_ld_version=`$LD -v 2>/dev/null | head -n1`
  20. AC_MSG_CHECKING(GNU ld release date)
  21. changequote(,)dnl
  22. 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'`