Commit f1e4feed authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

libtirpc: ensure getrpcby{number,name} are provided



Needed by E.G. xinetd.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 6dc861f2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -13,6 +13,9 @@ LIBTIRPC_LICENSE_FILES = COPYING
LIBTIRPC_INSTALL_STAGING = YES
LIBTIRPC_AUTORECONF = YES

# getrpcby{number,name} are only provided if 'GQ' is defined
LIBTIRPC_CONF_ENV = CFLAGS="$(TARGET_CFLAGS) -DGQ"

# We need host-pkgconf because the configure.ac contains a
# PKG_CHECK_MODULES macro call, and since we're autoreconfiguring this
# package, we need the source for this PKG_CHECK_MODULES macro, which