Skip to content
Snippets Groups Projects
Commit 02c01078 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

launchpad: manually build opendht in packages

Refs #61168

Change-Id: Ibdc33ca64c0a225fab1f71bad56bacc352d5d7fc
parent 7dcde38c
No related branches found
No related tags found
No related merge requests found
......@@ -280,6 +280,7 @@ END
../bootstrap
# only fetch it, don't build it
make iax
make dht
else
pushd libs
#./compile_pjsip.sh #This script should not attempt to compile
......
......@@ -20,8 +20,8 @@ configure: configure-stamp
configure-stamp:
dh_testdir
# Add here commands to configure the package.
# build iax with contrib since it is not packaged
cd contrib && mkdir -p native && cd native && ../bootstrap && make .iax && cd ../..
# build iax and opendht with contrib since they are not packaged
cd contrib && mkdir -p native && cd native && ../bootstrap && make .iax && make .dht cd ../..
./autogen.sh
./configure --prefix=/usr
touch configure-stamp
......
......@@ -20,8 +20,8 @@ configure: configure-stamp
configure-stamp:
dh_testdir
# Add here commands to configure the package.
# build iax with contrib since it is not packaged
cd contrib && mkdir -p native && cd native && ../bootstrap && make .iax && cd ../..
# build iax and opendht with contrib since they are not packaged
cd contrib && mkdir -p native && cd native && ../bootstrap && make .iax && make .dht && cd ../..
./autogen.sh
./configure --prefix=/usr --disable-video
touch configure-stamp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment