Artifact 1517e291c9de4a753da245ee0ede18a0e80b3b28:
- File packages/pkgs/glibc — part of check-in [d4ba91a7e9] at 2014-09-18 04:44:58 on branch packages — Removed extraneous set -x (user: rkeene, size: 308) [annotate] [blame] [check-ins using]
- File pkgs/glibc — part of check-in [6136db979d] at 2014-11-03 23:19:04 on branch packages — Updated packages branch to be a completely isolated branch (user: rkeene, size: 308) [annotate] [blame] [check-ins using]
#! /usr/bin/env bash
version=2.20
url="http://ftp.gnu.org/gnu/glibc/glibc-${version}.tar.xz"
domain=core.appfs.rkeene.org
sha256=''
function configure() {
mkdir BUILD
cd BUILD
../configure --prefix="${prefix}" --sysconfdir=/etc --localstatedir=/var || return 1
echo '# Ignore: DESTDIR' >> Makefile
}