mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 22:07:19 +02:00
testing/graphicsmagick Add libtool to options to keep .la files
fixes #4908
as of b4a13e731
currently all `.la` files are deleted at build time.
$ ls /usr/lib/GraphicsMagick-1.3.24/modules-Q16/coders/*la
ls: /usr/lib/GraphicsMagick-1.3.24/modules-Q16/coders/*la: No such file or directory
This commit is contained in:
parent
ffcf0ecf81
commit
b1e41a14d0
@ -2,7 +2,7 @@
|
||||
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
||||
pkgname=graphicsmagick
|
||||
pkgver=1.3.24
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Image processing system"
|
||||
url="http://www.graphicsmagick.org/"
|
||||
arch="all"
|
||||
@ -13,6 +13,7 @@ makedepends="$depends_dev libtool libltdl"
|
||||
install=""
|
||||
subpackages="$pkgname-dev $pkgname-doc"
|
||||
source="http://downloads.sourceforge.net/$pkgname/$pkgname/$pkgver/GraphicsMagick-$pkgver.tar.xz"
|
||||
options="libtool"
|
||||
|
||||
_builddir="$srcdir"/GraphicsMagick-$pkgver
|
||||
prepare() {
|
||||
|
Loading…
Reference in New Issue
Block a user