summarylogtreecommitdiffstats
path: root/percolator.patch
diff options
context:
space:
mode:
authorLev Levitsky2019-02-19 22:24:49 +0300
committerLev Levitsky2019-02-19 22:24:49 +0300
commit5904e2ea902ed1195ee8752c43e9b759d40eaa0b (patch)
tree24faa1f96f4445f4e7cc3d14f1534fdb7b291416 /percolator.patch
parent1844e351feb5d32a96b3b71a34eb09ff1b35c4c6 (diff)
downloadaur-5904e2ea902ed1195ee8752c43e9b759d40eaa0b.tar.gz
Update patch and dependencies
Diffstat (limited to 'percolator.patch')
-rw-r--r--percolator.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/percolator.patch b/percolator.patch
index add4b7ca1acf..22fdc38b4a89 100644
--- a/percolator.patch
+++ b/percolator.patch
@@ -11,3 +11,14 @@ index 5b4e084..d11970b 100755
PATHS
$ENV{XSDDIR}/bin
/usr/local/bin
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 09aa167..80f6105 100755
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -161,4 +161,5 @@ ENDIF(CRUX)
+ ###############################################################################
+
+ add_subdirectory(qvality)
+-
++include_directories(/usr/include/rpc)
++target_link_libraries(percolator tirpc)