net/rpki-client: Not for i386

- Fails to build with:
  configure: error: rpki-client doesn't support broken OS with small time_t
- Remove GNU_CONFIGURE_MANPREFIX
This commit is contained in:
Muhammad Moinur Rahman 2024-09-28 10:47:08 +02:00
parent 5813f59e32
commit 0bff0eae37
No known key found for this signature in database
GPG key ID: BDB9B5A617C0BC91

View file

@ -10,6 +10,9 @@ WWW= https://www.rpki-client.org/
LICENSE= ISCL LICENSE= ISCL
NOT_FOR_ARCHS= i386
NOT_FOR_ARCHS_REASON= Does support broken OS with small time_t
BUILD_DEPENDS= rsync>0:net/rsync BUILD_DEPENDS= rsync>0:net/rsync
LIB_DEPENDS= libexpat.so:textproc/expat2 \ LIB_DEPENDS= libexpat.so:textproc/expat2 \
libtls.so:security/libretls libtls.so:security/libretls
@ -18,7 +21,6 @@ RUN_DEPENDS= rsync>0:net/rsync
USES= libtool pkgconfig ssl USES= libtool pkgconfig ssl
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --with-libtls=libtls CONFIGURE_ARGS= --with-libtls=libtls
USERS= _rpki-client USERS= _rpki-client