diff options
-rw-r--r-- | package/obexftp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/obexftp/Makefile b/package/obexftp/Makefile index 53dda3cb0..4e40e72bf 100644 --- a/package/obexftp/Makefile +++ b/package/obexftp/Makefile @@ -29,6 +29,7 @@ $(eval $(call PKG_template,OBEXFTP,obexftp,${PKG_VERSION}-${PKG_RELEASE},${PKG_D $(eval $(call PKG_template,LIBOBEXFTP,libobexftp,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_LIBOBEXFTP},${PKGSC_LIBOBEXFTP},${PKG_OPTS})) CONFIG_STYLE:= cmake +CMAKE_FLAGS:= -DENABLE_PERL=NO -DENABLE_PYTHON=NO -DENABLE_RUBY=NO -DENABLE_TCL=NO obexftp-install: ${INSTALL_DIR} ${IDIR_OBEXFTP}/usr/bin |