diff options
-rw-r--r-- | main/ghostscript/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/main/ghostscript/APKBUILD b/main/ghostscript/APKBUILD index 4f9493dee4..e5ba6ba1d7 100644 --- a/main/ghostscript/APKBUILD +++ b/main/ghostscript/APKBUILD @@ -18,6 +18,8 @@ source="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/ " # secfixes: +# 9.50-r0: +# - CVE-2019-14869 # 9.27-r4: # - CVE-2019-14817 # 9.27-r3: @@ -57,8 +59,6 @@ source="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/ # - CVE-2017-5951 prepare() { - cd "$builddir" - default_prepare # apply patches # force it to use system-libs @@ -112,7 +112,6 @@ build() { } package() { - cd "$builddir" make -j1 DESTDIR="$pkgdir" install soinstall cd "$builddir"/ijs |