diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-11-03 15:41:13 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-11-03 15:41:13 +0100 |
commit | 8e8f6b7b353e554dbb8dd1846650a9e063ebc361 (patch) | |
tree | feab7ccb356eb15e5ec724db3c80115d838bd75b /amqp-179.patch | |
parent | e98744403cfc0ad05164aae06c49fe402602c398 (diff) |
php-pecl-amqp: 1.6.0 (stable)
Diffstat (limited to 'amqp-179.patch')
-rw-r--r-- | amqp-179.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/amqp-179.patch b/amqp-179.patch deleted file mode 100644 index 58c7678..0000000 --- a/amqp-179.patch +++ /dev/null @@ -1,22 +0,0 @@ -From 0205ec625f6d585848933d710a2ea267c8c72071 Mon Sep 17 00:00:00 2001 -From: Remi Collet <fedora@famillecollet.com> -Date: Fri, 18 Sep 2015 11:41:58 +0200 -Subject: [PATCH] honour --with-libdir option - ---- - config.m4 | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/config.m4 b/config.m4 -index d5b5999..c219769 100644 ---- a/config.m4 -+++ b/config.m4 -@@ -80,7 +80,7 @@ if test "$PHP_AMQP" != "no"; then - fi - fi - -- PHP_ADD_LIBRARY_WITH_PATH($LIBNAME, $AMQP_DIR/lib, AMQP_SHARED_LIBADD) -+ PHP_ADD_LIBRARY_WITH_PATH($LIBNAME, $AMQP_DIR/$PHP_LIBDIR, AMQP_SHARED_LIBADD) - PHP_SUBST(AMQP_SHARED_LIBADD) - - AMQP_SOURCES="amqp.c amqp_exchange.c amqp_queue.c amqp_connection.c amqp_connection_resource.c amqp_channel.c amqp_envelope.c amqp_object_store.c" |