Skip to content

Commit

Permalink
Merge pull request bottlerocket-os#4213 from bcressey/settings-plugin…
Browse files Browse the repository at this point in the history
…-fixes

fixes for settings plugins
  • Loading branch information
bcressey authored Sep 25, 2024
2 parents 61c3143 + 28b04ae commit c41aa9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/settings-plugins/settings-plugins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Do not prefer shared linking, since the libstd we use at build time
# may not match the one installed on the final image.
%global __global_rustflags_shared %__global_rustflags
%global __global_rustflags_shared %__global_rustflags -C link-arg=-Wl,-soname=libsettings.so

%global _cross_pluginsdir %{_cross_libdir}/settings-plugins

Expand All @@ -14,7 +14,7 @@ Summary: Settings plugins
License: Apache-2.0 OR MIT
URL: https://github.com/bottlerocket-os/bottlerocket
BuildRequires: %{_cross_os}glibc-devel
Requires: %{_cross_os}glibc-devel
Requires: %{_cross_os}glibc
Requires: %{_cross_os}settings-plugin(any)

%description
Expand Down

0 comments on commit c41aa9e

Please sign in to comment.