diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-07-31 10:42:47 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-07-31 10:42:47 +0800 |
commit | 85860fdf82f75c2026d8b93aac14ad34feea3d87 (patch) | |
tree | 6d21575a043267d25d2588f0f72ae3120ab0e43c /gnu/packages/base.scm | |
parent | c2c54ebd9153fd4a9609a3c58fb689aa9b242640 (diff) | |
download | patches-85860fdf82f75c2026d8b93aac14ad34feea3d87.tar patches-85860fdf82f75c2026d8b93aac14ad34feea3d87.tar.gz |
gnu: glibc-locales: Fix build.
* gnu/packages/patches/glibc-locales.patch: Adjust to glibc-2.23.
* gnu/packages/base.scm (glibc-locales)[arguments]:
Pass 'lib_cv_complocaledir'.
Diffstat (limited to 'gnu/packages/base.scm')
-rw-r--r-- | gnu/packages/base.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm index 3135108ac8..5edf3eb493 100644 --- a/gnu/packages/base.scm +++ b/gnu/packages/base.scm @@ -786,7 +786,7 @@ the 'share/locale' sub-directory of this package.") ((#:configure-flags flags) `(append ,flags ;; Use $(libdir)/locale/X.Y as is the case by default. - (list (string-append "libc_cv_localedir=" + (list (string-append "libc_cv_complocaledir=" (assoc-ref %outputs "out") "/lib/locale/" ,(package-version glibc)))))))))) |