redland: rebuild to have corrected shlib-provides; lib32disabled=yes.
This commit is contained in:
parent
b26d66adcd
commit
75304a03eb
1 changed files with 5 additions and 1 deletions
|
@ -3,7 +3,7 @@ _desc="Redland Resource Description Framework (RDF)"
|
|||
|
||||
pkgname=redland
|
||||
version=1.0.16
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --enable-release --with-raptor=system
|
||||
--with-rasqal=system --with-sqlite=3"
|
||||
|
@ -25,6 +25,7 @@ librdf_package() {
|
|||
}
|
||||
|
||||
redland-storage-mysql_package() {
|
||||
lib32disabled=yes
|
||||
short_desc="${_desc} - MySQL storage backend"
|
||||
pkg_install() {
|
||||
vmove usr/lib/redland/librdf_storage_mysql.so
|
||||
|
@ -32,6 +33,7 @@ redland-storage-mysql_package() {
|
|||
}
|
||||
|
||||
redland-storage-pgsql_package() {
|
||||
lib32disabled=yes
|
||||
short_desc="${_desc} - PostgreSQL storage backend"
|
||||
pkg_install() {
|
||||
vmove usr/lib/redland/librdf_storage_postgresql.so
|
||||
|
@ -39,6 +41,7 @@ redland-storage-pgsql_package() {
|
|||
}
|
||||
|
||||
redland-storage-sqlite_package() {
|
||||
lib32disabled=yes
|
||||
short_desc="${_desc} - SQLite storage backend"
|
||||
pkg_install() {
|
||||
vmove usr/lib/redland/librdf_storage_sqlite.so
|
||||
|
@ -46,6 +49,7 @@ redland-storage-sqlite_package() {
|
|||
}
|
||||
|
||||
redland-storage-virtuoso_package() {
|
||||
lib32disabled=yes
|
||||
short_desc="${_desc} - virtuoso storage backend"
|
||||
pkg_install() {
|
||||
vmove usr/lib/redland/librdf_storage_virtuoso.so
|
||||
|
|
Loading…
Reference in a new issue