diff --git a/programming/misc/apr-util/actions.py b/programming/misc/apr-util/actions.py index 739b28f470..cebab57be5 100644 --- a/programming/misc/apr-util/actions.py +++ b/programming/misc/apr-util/actions.py @@ -18,13 +18,19 @@ def setup(): autotools.configure("--with-apr=/usr \ --includedir=/usr/include/apr-1 \ --with-ldap \ - --without-gdbm \ --with-sqlite3 \ --with-pgsql \ - --with-odbc=/usr/bin/odbc_config \ + --with-odbc=/usr \ --with-mysql \ - --without-freetds \ --with-berkeley-db \ + --with-berkeley-db=/usr \ + --with-openssl=/usr \ + --with-sqlite3=/usr \ + --with-nss=/usr \ + --with-odbc=/usr \ + --with-pgsql=/usr \ + --with-mysql=/usr \ + --with-oracle=/usr \ --without-sqlite2") #pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") @@ -32,7 +38,8 @@ def setup(): def build(): autotools.make() -# def check(): +def check(): + shelltools.system("make -j1 check") # autotools.make("-j1 test") def install(): diff --git a/programming/misc/apr-util/pspec.xml b/programming/misc/apr-util/pspec.xml index 14f07888f5..5f1e48bbf3 100644 --- a/programming/misc/apr-util/pspec.xml +++ b/programming/misc/apr-util/pspec.xml @@ -69,6 +69,13 @@ + + 2023-05-22 + 1.6.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2023-02-05 1.6.3