mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 04:31:50 +00:00
debian: add a makefile rule to install build deps
This commit is contained in:
Vendored
+5
@@ -94,6 +94,11 @@ debian/.stamp-bootstrap:
|
||||
(cd debian && ./bootstrap.sh)
|
||||
touch $@
|
||||
|
||||
build-depends: debian/.stamp-build-depends
|
||||
debian/.stamp-build-depends:
|
||||
./debian/util.sh install-build-depends
|
||||
touch $@
|
||||
|
||||
binary-basetest:
|
||||
@$(call show_vars)
|
||||
echo "applications/mod_commands" > debian/modules.conf
|
||||
|
||||
Vendored
+1
@@ -67,6 +67,7 @@ install_build_depends () {
|
||||
err "Can't find apt-get or aptitude; are you running on debian?"
|
||||
fi
|
||||
$apt install -y $(list_build_depends)
|
||||
touch $ddir/.stamp-build-depends
|
||||
}
|
||||
|
||||
cmd="$1"
|
||||
|
||||
Reference in New Issue
Block a user