diff options
Diffstat (limited to 'repo/system/glibc.xibuild')
-rw-r--r-- | repo/system/glibc.xibuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/repo/system/glibc.xibuild b/repo/system/glibc.xibuild index f2fdc61..8b3e626 100644 --- a/repo/system/glibc.xibuild +++ b/repo/system/glibc.xibuild @@ -6,10 +6,10 @@ DEPS="glibc" PKG_VER=2.34 SOURCE=https://ftp.gnu.org/gnu/glibc/glibc-$PKG_VER.tar.xz -ADDITIONAL=( +ADDITIONAL=" https://www.linuxfromscratch.org/patches/lfs/development/glibc-$PKG_VER-fhs-1.patch https://raw.githubusercontent.com/archlinux/svntogit-packages/packages/glibc/trunk/locale-gen - ) +" DESC="The main gnu C library providing basic routines and procedures" |