mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
testing/drizzle: rebuild against pcre-8.30
This commit is contained in:
parent
975aa0fb75
commit
36e4e95a69
@ -2,7 +2,7 @@
|
||||
# Maintainer: Kiyoshi Aman <kiyoshi.aman@gmail.com>
|
||||
pkgname=drizzle
|
||||
pkgver=2011.03.13
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="A MySQL-derived RDBMS for cloud usage and webapps"
|
||||
url="http://launchpad.net/drizzle"
|
||||
arch="all"
|
||||
@ -45,7 +45,7 @@ build() {
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
rm "$pkgdir"/usr/lib/*.la || return 1
|
||||
rm "$pkgdir"/usr/lib/*.la "$pkgdir"/usr/lib/drizzle7/*.la || return 1
|
||||
}
|
||||
|
||||
client() {
|
||||
|
Loading…
Reference in New Issue
Block a user