remove symbolic link creation for liblldb.so and add rpath to lldb-mi for searching... 74/181174/1 submit/tizen_base/20180611.050301
authorWoongsuk Cho <ws77.cho@samsung.com>
Mon, 11 Jun 2018 00:42:00 +0000 (09:42 +0900)
committerWoongsuk Cho <ws77.cho@samsung.com>
Mon, 11 Jun 2018 00:42:00 +0000 (09:42 +0900)
Change-Id: I5c8551d3f254b6a3865b1a567feb9c6d1317f7c6

packaging/lldb.tar.gz
packaging/llvm.spec

index 53e3da9..d521632 100644 (file)
Binary files a/packaging/lldb.tar.gz and b/packaging/lldb.tar.gz differ
index 5649bf0..490167b 100644 (file)
@@ -61,7 +61,7 @@ LLVM is written in C++ and has been developed since 2000 at the University of
 Illinois and Apple. It currently supports compilation of C and C++ programs,
 using front-ends derived from GCC 4.0.1. A new front-end for the C family of
 languages is in development. The compiler infrastructure
-includes mirror sets of programming tools as well as libraries with equivalent 
+includes mirror sets of programming tools as well as libraries with equivalent
 functionality.
 
 %package devel
@@ -210,19 +210,6 @@ rm -rf %{buildroot}/usr/lib/debug/*
 %post -n clang -p /sbin/ldconfig
 %postun -n clang -p /sbin/ldconfig
 
-%ifnarch aarch64
-%post -n lldb
-/bin/ln -sf %{sdk_lib_dir}/liblldb.so.3.8.1 %{system_lib_dir}/liblldb.so.3.8.1
-/bin/ln -sf %{sdk_lib_dir}/liblldb.so %{system_lib_dir}/liblldb.so
-/sbin/ldconfig
-
-%postun -n lldb
-rm -f %{system_lib_dir}/liblldb.so.3.8.1
-rm -f %{system_lib_dir}/liblldb.so
-/sbin/ldconfig
-
-%endif
-
 %clean
 echo Cleaning %{buildroot}
 #rm -rf %{buildroot}