diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2013-05-25 16:36:11 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2013-05-25 16:36:11 +0200 |
| commit | cf9fd501ea8ea8d37c5219f6b6438dc3dd900b97 (patch) | |
| tree | 25cd45cdeda087d87ec5b0e89fee2883a4d9724b /gnu | |
| parent | c8c6bba5a7001adef4f79a83c00cc24b697e8ed4 (diff) | |
gnu: findutils: Fix cross-compilation.
* gnu/packages/base.scm (findutils): Reinstate cross-compilation
#:configure-flags.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/base.scm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm index 4452108abf3..85380549ff8 100644 --- a/gnu/packages/base.scm +++ b/gnu/packages/base.scm | |||
| @@ -236,13 +236,13 @@ You can use the sdiff command to merge two files interactively.") | |||
| 236 | `(("patch/absolute-paths" | 236 | `(("patch/absolute-paths" |
| 237 | ,(search-patch "findutils-absolute-paths.patch")))) | 237 | ,(search-patch "findutils-absolute-paths.patch")))) |
| 238 | (arguments | 238 | (arguments |
| 239 | `(#:patches (list (assoc-ref %build-inputs "patch/absolute-paths"))) | 239 | `(#:patches (list (assoc-ref %build-inputs "patch/absolute-paths")) |
| 240 | 240 | ||
| 241 | ;; TODO: Work around cross-compilation failure. | 241 | ;; Work around cross-compilation failure. |
| 242 | ;; See <http://savannah.gnu.org/bugs/?27299#comment1>. | 242 | ;; See <http://savannah.gnu.org/bugs/?27299#comment1>. |
| 243 | ;; `(#:configure-flags '("gl_cv_func_wcwidth_works=yes") | 243 | ,@(if (%current-target-system) |
| 244 | ;; ,@(arguments cross-system)) | 244 | '(#:configure-flags '("gl_cv_func_wcwidth_works=yes")) |
| 245 | ) | 245 | '()))) |
| 246 | (synopsis "Operating on files matching given criteria") | 246 | (synopsis "Operating on files matching given criteria") |
| 247 | (description | 247 | (description |
| 248 | "The GNU Find Utilities are the basic directory searching utilities of | 248 | "The GNU Find Utilities are the basic directory searching utilities of |
