man-db: disable setuid requirement.
--HG-- extra : convert_revision : ce142a83bbcf9b83a06fc6570ec4e3feb95b1149
This commit is contained in:
parent
cfdd17965e
commit
de7fa4b9da
|
@ -5,7 +5,8 @@ distfiles="
|
|||
http://download.savannah.gnu.org/releases/man-db/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
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
|
||||
--disable-setuid"
|
||||
short_desc="The on-line manual database"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=c09beb094d2b35f99abed5a6b385863f2d03164416f899b01c8ef97fd1ebf3ef
|
||||
|
|
Loading…
Reference in New Issue