summaryrefslogtreecommitdiff
path: root/Judy-1.0.4-test-shared.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-01 10:02:36 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-01 10:02:36 +0000
commit10d731692c56708174b1d9861bf8094278efb6b8 (patch)
treea5e4009f4fc76134a876ae0c72bfcbf6afd9e526 /Judy-1.0.4-test-shared.patch
parent109d0f5640766f903307e50682d96d1496f89bb6 (diff)
automatic import of Judyopeneuler24.03_LTSopeneuler23.09
Diffstat (limited to 'Judy-1.0.4-test-shared.patch')
-rw-r--r--Judy-1.0.4-test-shared.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/Judy-1.0.4-test-shared.patch b/Judy-1.0.4-test-shared.patch
new file mode 100644
index 0000000..28d8a59
--- /dev/null
+++ b/Judy-1.0.4-test-shared.patch
@@ -0,0 +1,14 @@
+diff -up Judy-1.0.4/test/Checkit.test-shared Judy-1.0.4/test/Checkit
+--- Judy-1.0.4/test/Checkit.test-shared 2007-05-14 13:02:16.000000000 -0400
++++ Judy-1.0.4/test/Checkit 2008-11-27 12:56:28.000000000 -0500
+@@ -4,8 +4,9 @@ CC=${CC:-cc}
+ echo
+ echo "=== +++++++++ This test runs in 15 seconds on a PIII 750Mhz +++++++"
+
+-LIBJUDY=`find ../ -name libJudy.a`
++LIBJUDY=`find ../ -name libJudy.so`
+ JUDY_H=`find ../ -name Judy.h`
++export LD_LIBRARY_PATH=`dirname $LIBJUDY`
+
+ echo "$CC -O SLcompare.c -DHASHMETHOD -o SL_Hash"
+ $CC -O SLcompare.c -DHASHMETHOD -o SL_Hash