diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-10-22 16:01:54 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-10-22 22:31:29 +0200 |
commit | cb176c4a58106318a34e165f3382d26ebba16a3a (patch) | |
tree | 2f6cfe463f0620a21a2cc93f3d7794a1e8380854 /package | |
parent | a8972ea4e445dd09561354c43c5012199e903a08 (diff) |
obexftp: fix build
Diffstat (limited to 'package')
-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 |