Artifact 50a79e363423316e7bf2e661c6181da814384f64:
- File packages/pkgs/glibc — part of check-in [07e806db4e] at 2014-09-18 04:43:37 on branch packages — Added package building branch (user: rkeene, size: 323) [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() {
set -x
mkdir BUILD
cd BUILD
../configure --prefix="${prefix}" --sysconfdir=/etc --localstatedir=/var || return 1
echo '# Ignore: DESTDIR' >> Makefile
}