Leonid Plyushch
6 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
2 additions and
1 deletions
-
packages/dbus/build.sh
|
|
@ -8,9 +8,10 @@ TERMUX_PKG_SRCURL="https://dbus.freedesktop.org/releases/dbus/dbus-$TERMUX_PKG_V |
|
|
|
TERMUX_PKG_SHA256=54a22d2fa42f2eb2a871f32811c6005b531b9613b1b93a0d269b05e7549fec80 |
|
|
|
TERMUX_PKG_DEPENDS="libexpat" |
|
|
|
TERMUX_PKG_BUILD_IN_SRC=true |
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-libaudit --disable-systemd LIBS=-llog" |
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-libaudit --disable-systemd --disable-tests" |
|
|
|
|
|
|
|
termux_step_pre_configure() { |
|
|
|
export LIBS="-llog" |
|
|
|
autoconf -i |
|
|
|
} |
|
|
|
|
|
|
|