aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-04-26 07:39:08 +0800
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-04-26 07:39:08 +0800
commitfe699e07fe13a703c8278775f1445c754b6a7bc6 (patch)
tree930f824e0d00e1ad86d7d3f43f07b1530fc27d27
parentcfb9fc08bf0abb97fc2a651479b19ec473a7fa38 (diff)
downloadgsoc2013-empathy-fe699e07fe13a703c8278775f1445c754b6a7bc6.tar
gsoc2013-empathy-fe699e07fe13a703c8278775f1445c754b6a7bc6.tar.gz
gsoc2013-empathy-fe699e07fe13a703c8278775f1445c754b6a7bc6.tar.bz2
gsoc2013-empathy-fe699e07fe13a703c8278775f1445c754b6a7bc6.tar.lz
gsoc2013-empathy-fe699e07fe13a703c8278775f1445c754b6a7bc6.tar.xz
gsoc2013-empathy-fe699e07fe13a703c8278775f1445c754b6a7bc6.tar.zst
gsoc2013-empathy-fe699e07fe13a703c8278775f1445c754b6a7bc6.zip
-rw-r--r--debian/changelog1
-rw-r--r--debian/patches/build_yell_statically.patch16
-rw-r--r--debian/patches/series1
3 files changed, 18 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 4f35d1691..6fb87ee91 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
empathy (2.34.0+git.20110425.93f10e-0ubuntu0+easton1) natty; urgency=low
* New upstream snapshot.
+ * debian/patches/build_yell_statically.patch: added.
-- Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> Mon, 25 Apr 2011 23:40:41 +0100
diff --git a/debian/patches/build_yell_statically.patch b/debian/patches/build_yell_statically.patch
new file mode 100644
index 000000000..d70f1251b
--- /dev/null
+++ b/debian/patches/build_yell_statically.patch
@@ -0,0 +1,16 @@
+diff --git a/configure.ac b/configure.ac
+index 6986cd6..86d6b80 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -59,8 +59,11 @@ GNOME_CONTROL_CENTER_GTK3_REQUIRED=2.31.4
+
+ # telepathy-yell
+ prev_top_build_prefix=$ac_top_build_prefix
++prev_ac_configure_args=$ac_configure_args
++ac_configure_args="$ac_configure_args --disable-shared-library"
+ AX_CONFIG_DIR([telepathy-yell])
+ ac_top_build_prefix=$prev_top_build_prefix
++ac_configure_args=$prev_ac_configure_args
+ export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:"$ac_top_build_prefix"telepathy-yell/telepathy-yell
+
+ AC_CONFIG_MACRO_DIR([m4])
diff --git a/debian/patches/series b/debian/patches/series
index 3670f45d4..57de13e21 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -12,3 +12,4 @@
38_lp_569289.patch
40_unity_launcher_count.patch
41_unity_launcher_progress.patch
+build_yell_statically.patch