summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-extended/qpid/qpid
diff options
context:
space:
mode:
authorMihai Prica <prica.mihai@gmail.com>2013-05-17 17:53:45 +0300
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-08-28 18:41:56 -0400
commitc8e3641dce0d9d2adf1f84ea719d176442eba8af (patch)
tree2849c99f7f52a756841f1c472126d938e48a1810 /meta-openstack/recipes-extended/qpid/qpid
parent6fe2d96dd5e56d82acb078e73721bdc9f4654aca (diff)
downloadmeta-cloud-services-c8e3641dce0d9d2adf1f84ea719d176442eba8af.tar.gz
qpid: added 0.20
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-extended/qpid/qpid')
-rw-r--r--meta-openstack/recipes-extended/qpid/qpid/quick-fix.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-openstack/recipes-extended/qpid/qpid/quick-fix.patch b/meta-openstack/recipes-extended/qpid/qpid/quick-fix.patch
new file mode 100644
index 0000000..cba0757
--- /dev/null
+++ b/meta-openstack/recipes-extended/qpid/qpid/quick-fix.patch
@@ -0,0 +1,25 @@
1Index: qpidc-0.20/configure.ac
2===================================================================
3--- qpidc-0.20.orig/configure.ac
4+++ qpidc-0.20/configure.ac
5@@ -236,13 +236,13 @@ AM_CONDITIONAL([HAVE_PYTHON_DEVEL], [tes
6
7 # Perl bindings:
8
9-AC_CHECK_PROG([PERL], [perl], [perl])
10-if test -n "$PERL"; then
11- PERL_ARCHLIB=`perl -MConfig -e 'print "$Config{archlib}";'`
12- AC_CHECK_FILE( ["$PERL_ARCHLIB/CORE/perl.h"],
13- [AC_SUBST([PERL_INC], ["$PERL_ARCHLIB/CORE"])] )
14- AC_SUBST(PERL_ARCHLIB)
15-fi
16+#AC_CHECK_PROG([PERL], [perl], [perl])
17+#if test -n "$PERL"; then
18+# PERL_ARCHLIB=`perl -MConfig -e 'print "$Config{archlib}";'`
19+# AC_CHECK_FILE( ["$PERL_ARCHLIB/CORE/perl.h"],
20+# [AC_SUBST([PERL_INC], ["$PERL_ARCHLIB/CORE"])] )
21+# AC_SUBST(PERL_ARCHLIB)
22+#fi
23 AM_CONDITIONAL([HAVE_PERL_DEVEL], [test -n "$PERL" && test -n "$SWIG" && test -n "$PERL_INC"])
24
25 specdir=`pwd`/$srcdir/../specs