forked from pool/python-python-poppler
Accepting request 1105341 from home:bmwiedemann:branches:devel:languages:python
Fix build with newer rpm because %_smp_mflags gets expanded to a shell variable there. OBS-URL: https://build.opensuse.org/request/show/1105341 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-poppler?expand=0&rev=7
This commit is contained in:
@@ -58,7 +58,7 @@ to:
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n python-poppler-%version
|
||||
sed -i -e 's/-j2/%{?_smp_mflags}/' setup.py
|
||||
sed -i -e "s/-j2/%{?_smp_mflags}/" setup.py
|
||||
|
||||
%build
|
||||
export CXXFLAGS="%{optflags}"
|
||||
|
Reference in New Issue
Block a user