mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
testing/drizzle: build fixes
This commit is contained in:
parent
f21bf3e8d1
commit
45c6416b89
@ -2,14 +2,14 @@
|
||||
# Maintainer: Kiyoshi Aman <kiyoshi.aman@gmail.com>
|
||||
pkgname=drizzle
|
||||
pkgver=2011.03.13
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A MySQL-derived RDBMS for cloud usage and webapps"
|
||||
url="http://launchpad.net/drizzle"
|
||||
arch="all"
|
||||
license="GPL"
|
||||
depends=
|
||||
depends_dev="gperf protobuf-dev pcre-dev boost-dev intltool protobuf-dev
|
||||
readline-dev python gettext-dev"
|
||||
readline-dev python gettext-dev util-linux-dev curl-dev sqlite-dev"
|
||||
makedepends="$depends_dev"
|
||||
install="drizzle.post-install"
|
||||
subpackages="$pkgname-dev $pkgname-doc $pkgname-client $pkgname-libs $pkgname-plugins"
|
||||
@ -45,6 +45,7 @@ build() {
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
rm "$pkgdir"/usr/lib/*.la || return 1
|
||||
}
|
||||
|
||||
client() {
|
||||
|
Loading…
Reference in New Issue
Block a user