man-db: don't link against libseccomp

This commit is contained in:
Juergen Daubert 2022-10-15 14:37:41 +02:00
parent 7d84c06dc9
commit e28d29defa
2 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqiGTwD8abp7BPZVBj4aqvyFfV/DxrMBUe3Lmomkc9tkur0Y4IWqOa+lLcolsvUwxKwUS7WRRRVzsuuD0FzvaJwA=
SHA256 (Pkgfile) = 9cc57fcb269d3bd7b8506fca64331f117c693fb970b401ecbd7e17afbdcb8efc
RWRJc1FUaeVeqj+TD3wjU+k6p1cDb86O8/EPSYr1vVPjjQo2jPuaeUTH8AKyLUbhJsMtNl4jBluyL1BgTDIDksGbllcmijObrgQ=
SHA256 (Pkgfile) = 435778d66640fa0f93e4c64425dba10fc217c48d3d112b8d14340dd62b0161f2
SHA256 (.footprint) = bc9745c9ae6126fbcb78d2fa49735c155c4c6ffed9e02d2c6effad888649509d
SHA256 (man-db-2.10.2.tar.xz) = ee97954d492a13731903c9d0727b9b01e5089edbd695f0cdb58d405a5af5514d
SHA256 (mandb.cron) = f2e9f1210bf6b7c3335cc6f3a9551651812428109ea8c4adc9cd5cf73461e0f1

View File

@ -5,7 +5,7 @@
name=man-db
version=2.10.2
release=1
release=2
source=(https://download.savannah.gnu.org/releases/$name/$name-$version.tar.xz
mandb.cron)
@ -20,7 +20,8 @@ build() {
--disable-cache-owner \
--disable-nls \
--with-systemdtmpfilesdir=no \
--with-systemdsystemunitdir=no
--with-systemdsystemunitdir=no \
--without-libseccomp
make
make DESTDIR=$PKG install