[postgresql-pgpool-II/epel7] Fix path of libmemcached.

Devrim GÜNDÜZ devrim at fedoraproject.org
Mon Feb 16 12:38:28 UTC 2015


commit 83343e53f6b047d799e77795e04023e69696a915
Author: Devrim Gündüz <devrim at gunduz.org>
Date:   Mon Feb 16 14:38:07 2015 +0200

    Fix path of libmemcached.

 postgresql-pgpool-II.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/postgresql-pgpool-II.spec b/postgresql-pgpool-II.spec
index 2cebbf3..c867cc1 100644
--- a/postgresql-pgpool-II.spec
+++ b/postgresql-pgpool-II.spec
@@ -83,7 +83,7 @@ Postgresql extensions libraries and sql files for pgpool-II.
 	--with-pgsql=%{_libdir}/pgsql \
 	--disable-static \
 	--with-pam \
-	--with-memcached=%{_includedir}/libmemcached \
+	--with-memcached=%{_includedir}/libmemcached-1.0 \
 	--sysconfdir=%{_sysconfdir}/%{short_name}/
 
 # https://fedoraproject.org/wiki/Packaging:Guidelines#Removing_Rpath


More information about the scm-commits mailing list