mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-12 18:59:50 +03:00
main/gd: enable gd formats
Closes: https://gitlab.alpinelinux.org/alpine/aports/-/issues/16954
This commit is contained in:
parent
c57d2b9d5e
commit
c73cd4f194
1 changed files with 4 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
# Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org>
|
||||
pkgname=gd
|
||||
pkgver=2.3.3
|
||||
pkgrel=9
|
||||
pkgrel=10
|
||||
_pkgreal=lib$pkgname
|
||||
pkgdesc="Library for the dynamic creation of images by programmers"
|
||||
url="https://libgd.github.io/"
|
||||
|
@ -46,7 +46,7 @@ esac
|
|||
# - CVE-2018-1000222
|
||||
|
||||
prepare() {
|
||||
default_prepare
|
||||
default_prepare
|
||||
update_config_sub
|
||||
}
|
||||
|
||||
|
@ -57,7 +57,8 @@ build() {
|
|||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/share/man \
|
||||
--infodir=/usr/share/info
|
||||
--infodir=/usr/share/info \
|
||||
--enable-gd-formats
|
||||
make
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue