summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2015-04-24 22:21:39 +0200
committerAndrew Lewis <nerf@judo.za.org>2015-04-24 22:21:39 +0200
commit549402f683d494c10f9fd23bac4f2a6f4949e538 (patch)
tree9b539aaa46d9a1746db756d79ad73c52ed811cfb /contrib
parenta7de8c10d877c7e65853b7992cf247418f20f11c (diff)
downloadrspamd-549402f683d494c10f9fd23bac4f2a6f4949e538.tar.gz
rspamd-549402f683d494c10f9fd23bac4f2a6f4949e538.zip
Try fix RPATH
Diffstat (limited to 'contrib')
-rw-r--r--contrib/aho-corasick/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/aho-corasick/CMakeLists.txt b/contrib/aho-corasick/CMakeLists.txt
index 1670a5565..3bccab7b2 100644
--- a/contrib/aho-corasick/CMakeLists.txt
+++ b/contrib/aho-corasick/CMakeLists.txt
@@ -5,4 +5,4 @@ if ("${CMAKE_C_COMPILER_ID}" STREQUAL "Clang" OR "${CMAKE_C_COMPILER_ID}" STREQU
endif ()
ADD_LIBRARY(rspamd-actrie SHARED ${AHOCORASICSRC})
INSTALL(TARGETS rspamd-actrie
- LIBRARY DESTINATION lib/rspamd) \ No newline at end of file
+ LIBRARY DESTINATION {RSPAMD_LIBDIR})