Accepting request 999464 from home:sbradnick

- Excluding patch from ppc64: "-buildmode=pie not supported on linux/ppc64"

OBS-URL: https://build.opensuse.org/request/show/999464
OBS-URL: https://build.opensuse.org/package/show/utilities/miller?expand=0&rev=36
This commit is contained in:
Scott Bradnick 2022-08-26 19:03:07 +00:00 committed by Git OBS Bridge
parent 447c1cdd9c
commit d2c7e9b200
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 26 18:47:10 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com>
- Excluding patch from ppc64: "-buildmode=pie not supported on linux/ppc64"
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Aug 26 16:03:07 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com> Fri Aug 26 16:03:07 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com>

View File

@ -45,7 +45,9 @@ well with pipes and can feed "tail -f".
%prep %prep
%setup -q -a 1 %setup -q -a 1
%if "%{_arch}" != "ppc64"
%patch0 %patch0
%endif
# Not sure if this is still required # Not sure if this is still required
#%%ifarch %%ix86 #%%ifarch %%ix86
#sed -e 's/-pg//' -i c/Makefile.am #sed -e 's/-pg//' -i c/Makefile.am