summarylogtreecommitdiffstats
path: root/aerospike-client-python.patch
blob: 2b4f169595664749c11608b2cdba263fda705eff (plain)
1
2
3
4
5
6
7
8
9
10
11
--- aerospike-15.0.0/setup.py   2024-04-10 00:24:58.000000000 +0200
+++ aerospike-15.0.0-new/setup.py       2024-05-20 02:15:47.000000000 +0200
@@ -152,7 +152,7 @@
     extra_compile_args = extra_compile_args + [
         '-rdynamic', '-finline-functions'
     ]
-    libraries = libraries + ['rt']
+    libraries = libraries + ['rt', 'uv']
     AEROSPIKE_C_TARGET = AEROSPIKE_C_HOME + '/target/Linux-' + machine
 elif WINDOWS:
     libraries.clear()