Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
glibc: use pigz when compressing charmap
  • Loading branch information
MilhouseVH committed Jun 27, 2019
1 parent 3cf175b commit 2a9c4bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/devel/glibc/package.mk
Expand Up @@ -8,7 +8,7 @@ PKG_SHA256="f3eeb8d57e25ca9fc13c2af3dae97754f9f643bc69229546828e3a240e2af04b"
PKG_LICENSE="GPL"
PKG_SITE="http://www.gnu.org/software/libc/"
PKG_URL="http://ftp.gnu.org/pub/gnu/glibc/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_DEPENDS_TARGET="ccache:host autotools:host linux:host gcc:bootstrap"
PKG_DEPENDS_TARGET="ccache:host autotools:host linux:host gcc:bootstrap pigz:host"
PKG_DEPENDS_INIT="glibc"
PKG_LONGDESC="The Glibc package contains the main C library."
PKG_BUILD_FLAGS="-gold"
Expand Down Expand Up @@ -125,7 +125,7 @@ post_makeinstall_target() {
if [ "$PROJECT" = "Generic" ]; then
mkdir -p $INSTALL/usr/share/i18n/charmaps
cp -PR $PKG_BUILD/localedata/charmaps/UTF-8 $INSTALL/usr/share/i18n/charmaps
gzip $INSTALL/usr/share/i18n/charmaps/UTF-8
pigz --best --force $INSTALL/usr/share/i18n/charmaps/UTF-8
fi

if [ ! "$GLIBC_LOCALES" = yes ]; then
Expand Down

0 comments on commit 2a9c4bb

Please sign in to comment.