diff options
author | Sven Neumann <s.neumann@raumfeld.com> | 2009-05-04 21:01:25 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-05-04 21:01:25 +0200 |
commit | a657cf77ead0bc69ea16580fe8da4441db34e4b1 (patch) | |
tree | 2d01731112a9aa94ece5bd89a14bf3805d97823c /package/samba/samba-do-not-check-glibc-version.patch | |
parent | 163a062727a7b81ab8e19776f28e780973524332 (diff) | |
download | buildroot-novena-a657cf77ead0bc69ea16580fe8da4441db34e4b1.tar.gz buildroot-novena-a657cf77ead0bc69ea16580fe8da4441db34e4b1.zip |
samba: bump version
Closes #293.
[peter: bump to 3.3.4]
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/samba/samba-do-not-check-glibc-version.patch')
-rw-r--r-- | package/samba/samba-do-not-check-glibc-version.patch | 31 |
1 files changed, 18 insertions, 13 deletions
diff --git a/package/samba/samba-do-not-check-glibc-version.patch b/package/samba/samba-do-not-check-glibc-version.patch index ddb116bca..c5e3cd478 100644 --- a/package/samba/samba-do-not-check-glibc-version.patch +++ b/package/samba/samba-do-not-check-glibc-version.patch @@ -1,6 +1,6 @@ ---- a/source/configure -+++ b/source/configure -@@ -41016,85 +41016,8 @@ fi +--- a/source/configure 2009-04-01 14:19:36.000000000 +0200 ++++ b/source/configure 2009-04-20 13:05:12.000000000 +0200 +@@ -44061,90 +44061,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext @@ -11,11 +11,13 @@ - *linux*) - # glibc <= 2.3.2 has a broken getgrouplist - if test "$cross_compiling" = yes; then -- { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling +- { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 +-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +-{ { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling -See \`config.log' for more details." >&5 --echo "$as_me: error: cannot run test program while cross compiling +-$as_echo "$as_me: error: cannot run test program while cross compiling -See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } +- { (exit 1); exit 1; }; }; } -else - cat >conftest.$ac_ext <<_ACEOF -/* confdefs.h. */ @@ -47,29 +49,32 @@ - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +-$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 +- $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +-$as_echo "$ac_try_echo") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 +- $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - linux_getgrouplist_ok=yes -else -- echo "$as_me: program exited with status $ac_status" >&5 --echo "$as_me: failed program was:" >&5 +- $as_echo "$as_me: program exited with status $ac_status" >&5 +-$as_echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - -( exit $ac_status ) -linux_getgrouplist_ok=no -fi +-rm -rf conftest.dSYM -rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -fi - @@ -88,7 +93,7 @@ for ac_func in getgrouplist do -@@ -41189,8 +41112,6 @@ _ACEOF +@@ -44246,8 +44164,6 @@ fi done |