libnfs: remove unused options

This commit is contained in:
CvH 2018-06-24 10:58:08 +02:00
parent e22172110f
commit 8533636b52

View File

@ -30,7 +30,7 @@ PKG_SHORTDESC="libnfs: a client library for accessing NFS shares over a network.
PKG_LONGDESC="LIBNFS is a client library for accessing NFS shares over a network."
PKG_TOOLCHAIN="autotools"
PKG_CONFIGURE_OPTS_TARGET="--disable-examples --disable-tirpc"
PKG_CONFIGURE_OPTS_TARGET="--disable-examples"
pre_configure_target() {
export CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=64"