mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-08 23:51:08 -09:00
package/libtirpc: drop rpcgen patches
rpcgen patches raise a build failure with host-libtirpc since commit0a5a9741e0because rpcgen is not provided by modern glibc: rpcgen -h -o tirpc/rpcsvc/crypt.h tirpc/rpcsvc/crypt.x make[1]: rpcgen: No such file or directory Those patches were added to build rpcbind back in 2012 with commit18828103cdhowever they don't seem to be needed anymore as rpcbind builds fine without them So drop those patches and autoreconf as well as the host-nfs-utils dependency from the target variant. Fixes: - http://autobuild.buildroot.org/results/6607cb9bec426b8c78e649484d5a149a1bf12a7f Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Reviewed-by: Petr Vorel <petr.vorel@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
83e70c2893
commit
3dc1fc23c8
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -11,9 +11,7 @@ LIBTIRPC_LICENSE = BSD-3-Clause
|
||||
LIBTIRPC_LICENSE_FILES = COPYING
|
||||
LIBTIRPC_CPE_ID_VENDOR = libtirpc_project
|
||||
|
||||
LIBTIRPC_DEPENDENCIES = host-nfs-utils
|
||||
LIBTIRPC_INSTALL_STAGING = YES
|
||||
LIBTIRPC_AUTORECONF = YES
|
||||
|
||||
# getrpcby{number,name} are only provided if 'GQ' is defined
|
||||
LIBTIRPC_CONF_ENV = CFLAGS="$(TARGET_CFLAGS) -DGQ"
|
||||
|
||||
Reference in New Issue
Block a user