mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
parent
5813f59e32
commit
0bff0eae37
1 changed files with 3 additions and 1 deletions
|
@ -10,6 +10,9 @@ WWW= https://www.rpki-client.org/
|
|||
|
||||
LICENSE= ISCL
|
||||
|
||||
NOT_FOR_ARCHS= i386
|
||||
NOT_FOR_ARCHS_REASON= Does support broken OS with small time_t
|
||||
|
||||
BUILD_DEPENDS= rsync>0:net/rsync
|
||||
LIB_DEPENDS= libexpat.so:textproc/expat2 \
|
||||
libtls.so:security/libretls
|
||||
|
@ -18,7 +21,6 @@ RUN_DEPENDS= rsync>0:net/rsync
|
|||
USES= libtool pkgconfig ssl
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||
CONFIGURE_ARGS= --with-libtls=libtls
|
||||
|
||||
USERS= _rpki-client
|
||||
|
|
Loading…
Add table
Reference in a new issue