Skip to content

Commit

Permalink
Merge pull request #40 from sgerrand/release/2.23-r4
Browse files Browse the repository at this point in the history
Bump package release version to v4
  • Loading branch information
sgerrand committed Feb 13, 2017
2 parents 00826e3 + 6a46f97 commit 6a94913
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pkgname="glibc"
pkgver="2.23"
_pkgrel="0"
pkgrel="3"
pkgrel="4"
pkgdesc="GNU C Library compatibility layer"
arch="x86_64"
url="https://github.com/sgerrand/alpine-pkg-glibc"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ The current installation method for these packages is to pull them in using `wge

apk --no-cache add ca-certificates
wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://raw.githubusercontent.com/sgerrand/alpine-pkg-glibc/master/sgerrand.rsa.pub
wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.23-r3/glibc-2.23-r3.apk
apk add glibc-2.23-r3.apk
wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.23-r4/glibc-2.23-r4.apk
apk add glibc-2.23-r4.apk

## Locales

You will need to generate your locale if you would like to use a specific one for your glibc application. You can do this by installing the `glibc-i18n` package and generating a locale using the `localedef` binary. An example for en_US.UTF-8 would be:

apk add glibc-bin-2.23-r3.apk glibc-i18n-2.23-r3.apk
apk add glibc-bin-2.23-r4.apk glibc-i18n-2.23-r4.apk
/usr/glibc-compat/bin/localedef -i en_US -f UTF-8 en_US.UTF-8

0 comments on commit 6a94913

Please sign in to comment.