|
|
@ -3,10 +3,10 @@ TERMUX_PKG_DESCRIPTION="Object-relational SQL database" |
|
|
|
TERMUX_PKG_LICENSE="BSD" |
|
|
|
TERMUX_PKG_MAINTAINER='Vishal Biswas @vishalbiswas' |
|
|
|
TERMUX_PKG_VERSION=11.2 |
|
|
|
TERMUX_PKG_REVISION=1 |
|
|
|
TERMUX_PKG_REVISION=2 |
|
|
|
TERMUX_PKG_SHA256=2676b9ce09c21978032070b6794696e0aa5a476e3d21d60afc036dc0a9c09405 |
|
|
|
TERMUX_PKG_SRCURL=https://ftp.postgresql.org/pub/source/v$TERMUX_PKG_VERSION/postgresql-$TERMUX_PKG_VERSION.tar.bz2 |
|
|
|
TERMUX_PKG_DEPENDS="openssl, libcrypt, readline, libandroid-shmem, libuuid, libxml2" |
|
|
|
TERMUX_PKG_DEPENDS="openssl, libcrypt, readline, libandroid-shmem, libuuid, libxml2, libicu" |
|
|
|
# - pgac_cv_prog_cc_ldflags__Wl___as_needed: Inform that the linker supports as-needed. It's |
|
|
|
# not stricly necessary but avoids unnecessary linking of binaries. |
|
|
|
# - USE_UNNAMED_POSIX_SEMAPHORES: Avoid using System V semaphores which are disabled on Android. |
|
|
@ -18,9 +18,10 @@ TERMUX_PKG_DEPENDS="openssl, libcrypt, readline, libandroid-shmem, libuuid, libx |
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" |
|
|
|
pgac_cv_prog_cc_ldflags__Wl___as_needed=yes |
|
|
|
USE_UNNAMED_POSIX_SEMAPHORES=1 |
|
|
|
--with-icu |
|
|
|
--with-libxml |
|
|
|
--with-openssl |
|
|
|
--with-uuid=e2fs |
|
|
|
--with-libxml |
|
|
|
ZIC=$TERMUX_PKG_HOSTBUILD_DIR/src/timezone/zic |
|
|
|
" |
|
|
|
TERMUX_PKG_EXTRA_MAKE_ARGS=" -s" |
|
|
|