mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-06 21:19:17 +00:00
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.
This commit is contained in:
parent
d755b34091
commit
75c5c9807f
1
debian/bootstrap.sh
vendored
1
debian/bootstrap.sh
vendored
@ -295,6 +295,7 @@ Build-Depends:
|
|||||||
# for APR (not essential for build)
|
# for APR (not essential for build)
|
||||||
uuid-dev, libexpat1-dev, libgdbm-dev, libdb-dev,
|
uuid-dev, libexpat1-dev, libgdbm-dev, libdb-dev,
|
||||||
# used by many modules
|
# used by many modules
|
||||||
|
libcurl4-openssl-dev | libcurl4-gnutls-dev | libcurl-dev,
|
||||||
bison, zlib1g-dev,
|
bison, zlib1g-dev,
|
||||||
# module build-depends
|
# module build-depends
|
||||||
$(debian_wrap "${mod_build_depends}")
|
$(debian_wrap "${mod_build_depends}")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user