From f0c6f446c6e98e4181b954d13d8cd4b099ca2fb4 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 13 Aug 2024 17:08:43 +0100 Subject: [PATCH] Clang & LLVM Plugins: Include install directory in binary. Resolves: RHEL-54178 --- annobin.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/annobin.spec b/annobin.spec index bf6b291..ff4e9dd 100644 --- a/annobin.spec +++ b/annobin.spec @@ -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}