diff options
Diffstat (limited to 'system/patch')
-rw-r--r-- | system/patch/APKBUILD | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/system/patch/APKBUILD b/system/patch/APKBUILD index 292076831..1adf32bda 100644 --- a/system/patch/APKBUILD +++ b/system/patch/APKBUILD @@ -7,9 +7,8 @@ url="https://www.gnu.org/software/patch/patch.html" arch="all" license="GPL-3.0+" depends="" -makedepends="" checkdepends="bash ed" -install="" +makedepends="" subpackages="$pkgname-doc" source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz allow-missing.patch @@ -19,7 +18,6 @@ source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz CVE-2019-13636.patch CVE-2019-13638.patch " -builddir="$srcdir"/$pkgname-$pkgver # secfixes: # 2.7.6-r2: @@ -32,7 +30,6 @@ builddir="$srcdir"/$pkgname-$pkgver # - CVE-2019-13638 build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -44,7 +41,6 @@ build() { } check() { - cd "$builddir" make SHELL=bash check } |