| |
@@ -6,7 +6,7 @@
|
| |
alsa_lib apr apr_util bdwgc bmake bochs bzip2 clzip cmake cron dante dbus
|
| |
debianutils emacs expat ffmpeg file gdbm geoip gettext_tiny ghostscript
|
| |
giflib gnuchess gzip hastyhex hexcurse htop imagemagick infounzip infozip
|
| |
- john lcms2 less lmdb lolcode mintty mlogin musl_compat musl_fts ncdu
|
| |
+ john lcms2 less lolcode mintty mlogin musl_compat musl_fts ncdu
|
| |
ncurses ncursestw ncursesw npth openjpeg p7zip pcre popt procps_ng qemu
|
| |
qpdf qrencode rpm rw shared_mime_info slang sqlite3 tcl tdnf texinfo
|
| |
tiff tmux tzdb utf8proc util_linux vim w32api w32lib xorriso xz yabasic
|
| |
@@ -175,8 +175,6 @@
|
| |
: ${PKG_LESS_SHA256SUM:=ff165275859381a63f19135a8f1f6c5a194d53ec3187f94121ecd8ef0795fe3d};
|
| |
: ${PKG_LESS_VERSION:=551};
|
| |
: ${PKG_LESS_URL:=http://www.greenwoodsoftware.com/less/less-${PKG_LESS_VERSION}.tar.gz};
|
| |
- : ${PKG_LMDB_URLS_GIT:="lmdb=https://github.com/Redfoxmoon3/lmdb.git@mdb.master"};
|
| |
- : ${PKG_LMDB_IN_TREE:=1};
|
| |
: ${PKG_LOLCODE_URLS_GIT:="lci=https://github.com/justinmeza/lci.git@master"};
|
| |
: ${PKG_LOLCODE_BUILD_DIR:=lci};
|
| |
: ${PKG_MINTTY_DEPENDS:="w32api w32lib"};
|
| |
@@ -257,11 +255,11 @@
|
| |
: ${PKG_QRENCODE_VERSION:=3.4.4};
|
| |
: ${PKG_QRENCODE_URL:=https://fukuchi.org/works/qrencode/qrencode-${PKG_QRENCODE_VERSION}.tar.bz2};
|
| |
: ${PKG_QRENCODE_CONFIGURE_ARGS_EXTRA:=--disable-sdltest};
|
| |
- : ${PKG_RPM_DEPENDS:="curl dbus file libarchive libgcrypt libz lmdb lua popt"};
|
| |
+ : ${PKG_RPM_DEPENDS:="curl dbus file libarchive libgcrypt libz lua popt"};
|
| |
: ${PKG_RPM_SHA256SUM:=ddef45f9601cd12042edfc9b6e37efcca32814e1e0f4bb8682d08144a3e2d230};
|
| |
: ${PKG_RPM_VERSION:=4.15.1};
|
| |
: ${PKG_RPM_URL:=http://ftp.rpm.org/releases/rpm-${PKG_RPM_VERSION%.*}.x/rpm-${PKG_RPM_VERSION}.tar.bz2};
|
| |
- : ${PKG_RPM_CONFIGURE_ARGS_EXTRA:="--with-lua --enable-ndb --enable-lmdb --disable-bdb --with-crypto=libgcrypt --with-vendor=midipix"};
|
| |
+ : ${PKG_RPM_CONFIGURE_ARGS_EXTRA:="--with-lua --enable-ndb --disable-bdb --with-crypto=libgcrypt --with-vendor=midipix"};
|
| |
: ${PKG_RPM_ENV_VARS_EXTRA:="LIBGCRYPT_CONFIG=${PREFIX_NATIVE}/bin/libgcrypt-config"};
|
| |
: ${PKG_RW_SHA256SUM:=50009730e36991dfe579716f91f4f616f5ba05ffb7bf69c03d41bf305ed93b6d};
|
| |
: ${PKG_RW_VERSION:=1.0};
|
| |
Upstream rpm has ripped out support for LMDB-based rpmdb due to underlying flaws in
LMDB and lack of desire by the LMDB project to resolve them. We already prefer NDB
anyway, and this lets us drop a dependency we do not use anywhere else.
Signed-off-by: Neal Gompa ngompa13@gmail.com