2016-05-01 06:13:24 +00:00
|
|
|
From c2b4d93a5e4796ca53361c61d7e31edc24241932 Mon Sep 17 00:00:00 2001
|
2016-03-20 13:48:31 +00:00
|
|
|
From: Igor Gnatenko <i.gnatenko.brain@gmail.com>
|
|
|
|
Date: Sun, 20 Mar 2016 13:26:25 +0100
|
|
|
|
Subject: [PATCH 1/4] llvm SONAME without version
|
|
|
|
|
|
|
|
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
|
|
|
|
---
|
|
|
|
configure.ac | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
2016-05-01 06:13:24 +00:00
|
|
|
index 5f75c60..d77f907 100644
|
2016-03-20 13:48:31 +00:00
|
|
|
--- a/configure.ac
|
|
|
|
+++ b/configure.ac
|
2017-11-06 16:24:54 +00:00
|
|
|
@@ -2645,7 +2645,7 @@
|
|
|
|
dnl ourselves.
|
2016-03-20 13:48:31 +00:00
|
|
|
dnl (See https://llvm.org/bugs/show_bug.cgi?id=6823)
|
2017-11-06 16:24:54 +00:00
|
|
|
dnl We can't use $LLVM_VERSION because it has 'svn' stripped out,
|
|
|
|
- LLVM_SO_NAME=LLVM-`$LLVM_CONFIG --version`
|
|
|
|
+ LLVM_SO_NAME=LLVM
|
|
|
|
AS_IF([test -f "$LLVM_LIBDIR/lib$LLVM_SO_NAME.$IMP_LIB_EXT"], [llvm_have_one_so=yes])
|
2016-03-20 13:48:31 +00:00
|
|
|
|
2017-11-06 16:24:54 +00:00
|
|
|
if test "x$llvm_have_one_so" = xyes; then
|
2016-03-20 13:48:31 +00:00
|
|
|
--
|
|
|
|
2.7.4
|
|
|
|
|