From: Date: Fri, 18 Jan 2008 17:45:57 +0000 (-0500) Subject: Fix to support/libmemcached.pc.in by removal of -rpath, causing problems X-Git-Tag: 0.14~12^2 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=c16635ce9419f4c12230b63e6469f79842ea3638;p=awesomized%2Flibmemcached Fix to support/libmemcached.pc.in by removal of -rpath, causing problems for some (PKG_CHECK_MODULES) --- diff --git a/ChangeLog b/ChangeLog index 7fddc017..017783b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ + + * Problem configuring (PKG_CHECK_MODULES) fixed by removal of "rpath" in + support/libmemcached.pc.in (Thanks to Ross McFarland). * First prototype of C++ interface * Updated docs for uint16_t changes in previous release diff --git a/support/libmemcached.pc.in b/support/libmemcached.pc.in index dfcc0c22..cb9d8c38 100644 --- a/support/libmemcached.pc.in +++ b/support/libmemcached.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@ Name: libmemcached Description: libmemcached C library. Version: @VERSION@ -Libs: -L${libdir} -lmemcached -rpath $(libdir) +Libs: -L${libdir} -lmemcached Cflags: -I${includedir}/@MEMCACHED_LIBRARY_NAME@