diff options
author | Erich Eckner <git@eckner.net> | 2019-03-25 20:16:43 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-03-25 20:16:43 +0100 |
commit | e35fad0e954e3d9e15b166f00e4b796952ae55c0 (patch) | |
tree | 405faffad997af8f175cd53ca1fa2c343609056e /manualPorts/alpine/Pkgfile | |
parent | bca43260e5293b9f0811786cea93e9a6fadb1c85 (diff) | |
download | crux-ports-e35fad0e954e3d9e15b166f00e4b796952ae55c0.tar.xz |
gcc: lastVersion.sh new
Diffstat (limited to 'manualPorts/alpine/Pkgfile')
-rw-r--r-- | manualPorts/alpine/Pkgfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manualPorts/alpine/Pkgfile b/manualPorts/alpine/Pkgfile index a9e1d34..42441a2 100644 --- a/manualPorts/alpine/Pkgfile +++ b/manualPorts/alpine/Pkgfile @@ -8,11 +8,13 @@ version=2.21.999.r73.0707eb6 _commit=${version##*.} release=1 source=("http://repo.or.cz/alpine.git/snapshot/${_commit}.tar.gz" +backwards-search.patch topal-patch.patch) build() { cd "alpine-${_commit}" + patch -p1 -i "${SRC}/backwards-search.patch" patch -p1 -i "${SRC}/topal-patch.patch" ./configure \ |