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