mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
main/php: rebuild against db-4.8. add php as dep for the extensions
This commit is contained in:
parent
6a6d252b39
commit
baea9f13d6
@ -3,7 +3,7 @@
|
||||
pkgname=php
|
||||
pkgver=5.3.1
|
||||
_suhosinver=${pkgver}RC1-0.9.8
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="The PHP language runtime engine"
|
||||
url="http://www.php.net/"
|
||||
license="PHP-3"
|
||||
@ -170,6 +170,7 @@ package() {
|
||||
|
||||
_mv_mod() {
|
||||
pkgdesc="$1 php extension"
|
||||
depends="php"
|
||||
local d=usr/lib/php/20090626
|
||||
mkdir -p "$subpkgdir/$d"
|
||||
mv "$pkgdir/$d/${1}.so" "$subpkgdir/$d/" || return 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user