Move all to deprecated folder.
This commit is contained in:
21
deprecated/firmware/buildroot/package/libtirpc/libtirpc.mk
Normal file
21
deprecated/firmware/buildroot/package/libtirpc/libtirpc.mk
Normal file
@@ -0,0 +1,21 @@
|
||||
################################################################################
|
||||
#
|
||||
# libtirpc
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBTIRPC_VERSION = 1.0.1
|
||||
LIBTIRPC_SOURCE = libtirpc-$(LIBTIRPC_VERSION).tar.bz2
|
||||
LIBTIRPC_SITE = http://downloads.sourceforge.net/project/libtirpc/libtirpc/$(LIBTIRPC_VERSION)
|
||||
LIBTIRPC_LICENSE = BSD-3c
|
||||
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"
|
||||
|
||||
LIBTIRPC_CONF_OPTS = --disable-gssapi
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user