apr-util: removed db support for now
This commit is contained in:
parent
78c385a017
commit
e92d9c5d48
@ -48,10 +48,6 @@ lrwxrwxrwx root/root usr/lib/apr-util-1/apr_crypto_openssl.so -> apr_crypto_open
|
||||
-rw-r--r-- root/root usr/lib/apr-util-1/apr_dbd_sqlite3.a
|
||||
-rwxr-xr-x root/root usr/lib/apr-util-1/apr_dbd_sqlite3.la
|
||||
lrwxrwxrwx root/root usr/lib/apr-util-1/apr_dbd_sqlite3.so -> apr_dbd_sqlite3-1.so
|
||||
-rwxr-xr-x root/root usr/lib/apr-util-1/apr_dbm_db-1.so
|
||||
-rw-r--r-- root/root usr/lib/apr-util-1/apr_dbm_db.a
|
||||
-rwxr-xr-x root/root usr/lib/apr-util-1/apr_dbm_db.la
|
||||
lrwxrwxrwx root/root usr/lib/apr-util-1/apr_dbm_db.so -> apr_dbm_db-1.so
|
||||
-rwxr-xr-x root/root usr/lib/apr-util-1/apr_dbm_gdbm-1.so
|
||||
-rw-r--r-- root/root usr/lib/apr-util-1/apr_dbm_gdbm.a
|
||||
-rwxr-xr-x root/root usr/lib/apr-util-1/apr_dbm_gdbm.la
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/SOZwEEh5AizTaeyE+gKfNUz02jsJ37GE7STlXXE4/xdLw9g5QEazZyN891+3J3H6XrQL8KZ7u/YRM+98RpyIg8=
|
||||
SHA256 (Pkgfile) = aff10ec62ae7c78dd5ab69e712a8626bad3d49923f7623d86d704d25ec29b3fc
|
||||
SHA256 (.footprint) = aa91ecaf9ff0afe84e72cec3736de2248ef6b027d761809e6256a610ae0f86a1
|
||||
RWSE3ohX2g5d/XeYSC0VjRcKkoR2CTAtiZCbkQ1VFowNe4abOyHa1yTyKp+fbN1sjf/EnReI5vx7UjLmn9mhyJrYL1+9q60cJQ8=
|
||||
SHA256 (Pkgfile) = 6c67103f37e8d543919961f382f1231fe0125681b8b69f17f2141282e90d1479
|
||||
SHA256 (.footprint) = db3e237d582ef085f8106074ecd15479be9f044ac262cb030d0847d153d3fd46
|
||||
SHA256 (apr-util-1.6.3.tar.bz2) = a41076e3710746326c3945042994ad9a4fcac0ce0277dd8fea076fec3c9772b5
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Description: APR-util provides a number of helpful abstractions on top of APR
|
||||
# Maintainer: Juergen Daubert, jue at crux dot nu
|
||||
# URL: https://apr.apache.org/
|
||||
# Depends on: apr db expat gdbm openssl sqlite3
|
||||
# Depends on: apr expat gdbm openssl sqlite3
|
||||
|
||||
name=apr-util
|
||||
version=1.6.3
|
||||
@ -15,7 +15,6 @@ build(){
|
||||
--prefix=/usr \
|
||||
--with-apr=/usr \
|
||||
--with-expat=/usr \
|
||||
--with-berkeley-db=/usr \
|
||||
--with-gdbm=/usr \
|
||||
--with-sqlite3=/usr \
|
||||
--with-openssl=/usr \
|
||||
|
Loading…
x
Reference in New Issue
Block a user