From 75c5c9807f26a9164972381102562148185c0533 Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Wed, 12 Mar 2014 21:29:46 +0000 Subject: [PATCH] Build-depend on libcurl-dev in debian Because FS will build against the system libcurl if it's there, this results in us building against the system library. --- debian/bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/bootstrap.sh b/debian/bootstrap.sh index 499ccd6f55..1e920284f4 100755 --- a/debian/bootstrap.sh +++ b/debian/bootstrap.sh @@ -295,6 +295,7 @@ Build-Depends: # for APR (not essential for build) uuid-dev, libexpat1-dev, libgdbm-dev, libdb-dev, # used by many modules + libcurl4-openssl-dev | libcurl4-gnutls-dev | libcurl-dev, bison, zlib1g-dev, # module build-depends $(debian_wrap "${mod_build_depends}")