pcre: put 64-bit bins in usr/bin
[unleashed-userland.git] / components / libpqxx / patches / libpqxx.pc.in.patch
blob8a996e2aa0d458c7a41e575cb120f6e1e1adc5d8
1 --- libpqxx-4.0.1/libpqxx.pc.in 2013-01-17 11:25:13.000000000 +0400
2 +++ libpqxx-4.0.1/libpqxx.pc.in.new 2013-10-29 21:31:04.106497149 +0400
3 @@ -6,5 +6,5 @@
4 Name: libpqxx
5 Description: a C++ API to the PostgreSQL database management system.
6 Version: @VERSION@
7 -Libs: -L${libdir} -L@with_postgres_lib@ -lpqxx
8 +Libs: -L${libdir} -L@with_postgres_lib@ -R${libdir} -R@with_postgres_lib@ -lpqxx
9 Cflags: -I${includedir} -I@with_postgres_include@