From c6174ac1864d0e50150483f04d87c1c5dba388a7 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 23 Sep 2013 22:16:01 +0200 Subject: [PATCH] curlftpfs: cross build support. --- srcpkgs/curlftpfs/template | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/srcpkgs/curlftpfs/template b/srcpkgs/curlftpfs/template index 3b996752767..5ebde3b38bb 100644 --- a/srcpkgs/curlftpfs/template +++ b/srcpkgs/curlftpfs/template @@ -1,10 +1,12 @@ # Template file for 'curlftpfs' pkgname=curlftpfs version=0.9.2 -revision=1 +revision=2 build_style=gnu-configure -configure_args="ac_cv_func_working_mktime=yes" -makedepends="pkg-config glib-devel fuse-devel libcurl-devel" +configure_args="ac_cv_func_working_mktime=yes ac_cv_func_malloc_0_nonnull=yes + ac_cv_func_realloc_0_nonnull=yes ac_cv_func_chown_works=yes" +hostmakedepends="pkg-config libcurl-devel" +makedepends="libglib-devel fuse-devel libcurl-devel" short_desc="A FTP filesystem based on cURL and FUSE" maintainer="Juan RP " homepage="http://curlftpfs.sourceforge.net/" @@ -19,8 +21,9 @@ long_desc=" automatically reconnection if the server times out transform absolute symlinks to point back into the ftp file system " + curlftpfs_package() { pkg_install() { - vmove usr + vmove all } }