Skip to content

Commit 5cdf1c2

Browse files
committed
Add rpath
1 parent f069106 commit 5cdf1c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utxx.pc.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ Name: @PROJECT_NAME@
88
Description: C++ Utility Library.
99
#Requires: boost_1_49_0
1010
Version: @PROJECT_VERSION@
11-
Libs: -L${libdir} -lutxx${libsuffix} @THRIFT_LIBS@ -lboost_thread
11+
Libs: -L${libdir} -lutxx${libsuffix} @THRIFT_LIBS@ -lboost_thread -Wl,-rpath,${libdir}
1212
Cflags: -I${includedir}

0 commit comments

Comments
 (0)