Clang & LLVM Plugins: Include install directory in binary.
Resolves: RHEL-54178
This commit is contained in:
parent
829cde6f39
commit
f0c6f446c6
@ -504,7 +504,7 @@ rm %{_tmppath}/tmp_annobin.so
|
||||
%if %{with clangplugin}
|
||||
cp clang-plugin/annobin-for-clang.so %{_tmppath}/tmp_annobin.so
|
||||
# To enable verbose more in the plugin append the following: ANNOBIN="verbose"
|
||||
make -C clang-plugin clean all CLANG_TARGET_OPTIONS="$CLANG_TARGET_OPTIONS $BUILD_FLAGS" PLUGIN_INSTALL_DIR=%{buildroot}/%{llvm_plugin_dir}
|
||||
make -C clang-plugin clean all CLANG_TARGET_OPTIONS="$CLANG_TARGET_OPTIONS $BUILD_FLAGS" PLUGIN_INSTALL_DIR=%{buildroot}/%{clang_plugin_dir}
|
||||
%endif
|
||||
|
||||
%if %{with llvmplugin}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user