diff options
author | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
---|---|---|
committer | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
commit | 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch) | |
tree | b9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/radiusclient-ng/patches |
Initial import
Diffstat (limited to 'package/radiusclient-ng/patches')
-rw-r--r-- | package/radiusclient-ng/patches/01-cross_compile.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/radiusclient-ng/patches/01-cross_compile.patch b/package/radiusclient-ng/patches/01-cross_compile.patch new file mode 100644 index 000000000..3c4e3d192 --- /dev/null +++ b/package/radiusclient-ng/patches/01-cross_compile.patch @@ -0,0 +1,13 @@ +diff -Nur radiusclient-ng-0.5.5.orig/configure radiusclient-ng-0.5.5/configure +--- radiusclient-ng-0.5.5.orig/configure 2007-02-05 13:53:08.000000000 +0100 ++++ radiusclient-ng-0.5.5/configure 2007-03-05 10:36:37.000000000 +0100 +@@ -23332,8 +23332,7 @@ + { { 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 +-See \`config.log' for more details." >&2;} +- { (exit 1); exit 1; }; } ++See \`config.log' for more details." >&2;} } + else + cat >conftest.$ac_ext <<_ACEOF + /* confdefs.h. */ |