Skip to content

Commit

Permalink
[dist] obs-bundled-gems.spec: fix build on ppc by dropping
Browse files Browse the repository at this point in the history
 the useless "-march=native" compile flag unsupported on power
  • Loading branch information
bugfinder committed Sep 2, 2019
1 parent d5e33e4 commit 8eca242
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/obs-bundled-gems.spec
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ mkdir -p vendor/cache
cp %{_sourcedir}/vendor/cache/*.gem vendor/cache
export GEM_HOME=~/.gems
bundle config build.nokogiri --use-system-libraries
bundle config build.sassc --disable-march-tune-native

%install
bundle --local --path %{buildroot}%_libdir/obs-api/
Expand Down

0 comments on commit 8eca242

Please sign in to comment.