mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-03 09:30:14 +00:00
fix(main/mdbtools): Fix building with current clang
This commit is contained in:
@@ -3,9 +3,13 @@ TERMUX_PKG_DESCRIPTION="A set of programs to help you extract data from Microsof
|
||||
TERMUX_PKG_LICENSE="GPL-2.0, LGPL-2.0"
|
||||
TERMUX_PKG_MAINTAINER="@termux"
|
||||
TERMUX_PKG_VERSION=1.0.0
|
||||
TERMUX_PKG_REVISION=2
|
||||
TERMUX_PKG_REVISION=3
|
||||
TERMUX_PKG_SRCURL=https://github.com/mdbtools/mdbtools/releases/download/v${TERMUX_PKG_VERSION}/mdbtools-${TERMUX_PKG_VERSION}.tar.gz
|
||||
TERMUX_PKG_SHA256=3446e1d71abdeb98d41e252777e67e1909b186496fda59f98f67032f7fbcd955
|
||||
TERMUX_PKG_DEPENDS="glib, libiconv, readline, libiodbc"
|
||||
TERMUX_PKG_BUILD_IN_SRC=true
|
||||
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-iodbc=$TERMUX_PREFIX"
|
||||
|
||||
termux_step_pre_configure() {
|
||||
CFLAGS+=" -Wno-error=unused-but-set-variable"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user