aboutsummaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorIngo Bauersachs <ingo@jitsi.org>2016-05-28 21:04:09 +0200
committerIngo Bauersachs <ingo@jitsi.org>2016-05-28 21:04:09 +0200
commit91ce10758cd2ebbad5a2e041609dc46d48495964 (patch)
tree10d9eae0a6c9384da918b9fe3ae08284330ea26b /resources
parentf9c01af00ba28550324b27769cb901e222b8c2cf (diff)
downloadjitsi-91ce10758cd2ebbad5a2e041609dc46d48495964.zip
jitsi-91ce10758cd2ebbad5a2e041609dc46d48495964.tar.gz
jitsi-91ce10758cd2ebbad5a2e041609dc46d48495964.tar.bz2
Remove libunbound and related code
Diffstat (limited to 'resources')
-rw-r--r--resources/install/build.xml3
-rw-r--r--resources/install/debian/control-src.tmpl1
-rw-r--r--resources/install/debian/control.tmpl1
3 files changed, 1 insertions, 4 deletions
diff --git a/resources/install/build.xml b/resources/install/build.xml
index d00b397..c0b11d3 100644
--- a/resources/install/build.xml
+++ b/resources/install/build.xml
@@ -2407,7 +2407,7 @@
and libjdic.so to deb and i386 package fail to build -->
<replace file="${debianize.dir}/rules"
token="get-orig-source:"
- value="override_dh_shlibdeps:&#010;&#009;dh_shlibdeps -Xlibjunbound.so -Xlibsysactivitynotifications.so&#010;&#010;get-orig-source:"/>
+ value="override_dh_shlibdeps:&#010;&#009;dh_shlibdeps -Xlibsysactivitynotifications.so&#010;&#010;get-orig-source:"/>
<!-- removes the rule override_dh_auto_clean -->
<replace file="${debianize.dir}/rules"
@@ -3300,7 +3300,6 @@
<antcall target="globalshortcut"/>
<antcall target="hid"/>
<antcall target="sysactivity"/>
- <antcall target="unbound"/>
<antcall target="hwaddressretriever"/>
</target>
diff --git a/resources/install/debian/control-src.tmpl b/resources/install/debian/control-src.tmpl
index fdf1456..cc5f976 100644
--- a/resources/install/debian/control-src.tmpl
+++ b/resources/install/debian/control-src.tmpl
@@ -42,7 +42,6 @@ Build-Depends: debhelper (>= 9), javahelper,
libxtst-dev,
libxv-dev,
libdbus-1-dev,
- libunbound-dev,
libxss-dev,
libgtk2.0-dev,
libglib2.0-dev,
diff --git a/resources/install/debian/control.tmpl b/resources/install/debian/control.tmpl
index f717416..33afd3c 100644
--- a/resources/install/debian/control.tmpl
+++ b/resources/install/debian/control.tmpl
@@ -48,7 +48,6 @@ Build-Depends: debhelper (>= 9), javahelper,
libasound2-dev,
libspeexdsp-dev,
libspeex-dev,
- libunbound-dev,
libxss-dev,
libgtk2.0-dev,
libglib2.0-dev,