apr-util
This commit is contained in:
@@ -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():
|
||||
|
||||
@@ -69,6 +69,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2023-05-22</Date>
|
||||
<Version>1.6.3</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2023-02-05</Date>
|
||||
<Version>1.6.3</Version>
|
||||
|
||||
Reference in New Issue
Block a user