5ad427bc1c6b3c0edbee6efaa0ad9b3f62cc3006
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libtirpc / libtirpc.mk
1 ################################################################################
2 #
3 # libtirpc
4 #
5 ################################################################################
6
7 LIBTIRPC_VERSION = 0.2.4
8 LIBTIRPC_SOURCE = libtirpc-$(LIBTIRPC_VERSION).tar.bz2
9 LIBTIRPC_SITE = http://downloads.sourceforge.net/project/libtirpc/libtirpc/$(LIBTIRPC_VERSION)
10 LIBTIRPC_LICENSE = BSD-3c
11 LIBTIRPC_LICENSE_FILES = COPYING
12
13 LIBTIRPC_INSTALL_STAGING = YES
14 LIBTIRPC_AUTORECONF = YES
15
16 # getrpcby{number,name} are only provided if 'GQ' is defined
17 LIBTIRPC_CONF_ENV = CFLAGS="$(TARGET_CFLAGS) -DGQ"
18
19 LIBTIRPC_CONF_OPTS = --disable-gssapi
20
21 # We need host-pkgconf because the configure.ac contains a
22 # PKG_CHECK_MODULES macro call, and since we're autoreconfiguring this
23 # package, we need the source for this PKG_CHECK_MODULES macro, which
24 # comes from host-pkgconf. Other than that, pkgconf is only used to
25 # find if there is a gss implementation somewhere, which we don't
26 # support in Buildroot yet.
27 LIBTIRPC_DEPENDENCIES = host-pkgconf
28
29 $(eval $(autotools-package))