mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
man-db: make it use gdbm again, db4 index cache did not work. Bumprev.
--HG-- extra : convert_revision : 19131d0671a49a02c2a38a881039d1579d037867
This commit is contained in:
parent
eb3cddef3d
commit
831484d638
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'man-db'
|
# Template file for 'man-db'
|
||||||
pkgname=man-db
|
pkgname=man-db
|
||||||
version=2.5.6
|
version=2.5.6
|
||||||
revision=3
|
revision=4
|
||||||
distfiles="${NONGNU_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="${NONGNU_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--with-db=db4 --with-pager=less --with-gzip=/usr/bin/gzip
|
configure_args="--with-db=gdbm --with-pager=less --with-gzip=/usr/bin/gzip
|
||||||
--with-bzip2=/usr/bin/bzip2 --disable-rpath --enable-threads=posix
|
--with-bzip2=/usr/bin/bzip2 --disable-rpath --enable-threads=posix
|
||||||
--with-lzma=/usr/bin/lzma --disable-setuid"
|
--with-lzma=/usr/bin/lzma --disable-setuid"
|
||||||
short_desc="The on-line manual database"
|
short_desc="The on-line manual database"
|
||||||
|
@ -21,11 +21,11 @@ conf_files="/etc/man_db.conf"
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run bzip2
|
Add_dependency run bzip2
|
||||||
Add_dependency run db
|
Add_dependency run gdbm
|
||||||
Add_dependency run zlib
|
Add_dependency run zlib
|
||||||
Add_dependency build gettext
|
Add_dependency build gettext
|
||||||
Add_dependency build bzip2-devel
|
Add_dependency build bzip2-devel
|
||||||
Add_dependency build db-devel
|
Add_dependency build gdbm-devel
|
||||||
Add_dependency full gzip
|
Add_dependency full gzip
|
||||||
Add_dependency full less
|
Add_dependency full less
|
||||||
Add_dependency full groff
|
Add_dependency full groff
|
||||||
|
|
Loading…
Add table
Reference in a new issue