[packages] git-svn woes; revert unrelated samba3 change from previous commits
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29583 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
12
net/samba3/patches/200-fix-configure.patch
Normal file
12
net/samba3/patches/200-fix-configure.patch
Normal file
@ -0,0 +1,12 @@
|
||||
Get rid of error due to cross compilation, as glibc version in OpenWRT is high enough
|
||||
--- a/source/configure
|
||||
+++ b/source/configure
|
||||
@@ -37222,7 +37222,7 @@ rm -f core conftest.err conftest.$ac_obj
|
||||
case "$host_os" in
|
||||
*linux*)
|
||||
# glibc <= 2.3.2 has a broken getgrouplist
|
||||
- if test "$cross_compiling" = yes; then
|
||||
+ if test "false" = yes; then
|
||||
{ { $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
|
Reference in New Issue
Block a user