forked from pool/python-sip4
Accepting request 994183 from KDE:Qt:PyQt
- Override install location to platformdir for distutils hijacked by setuptools 60+ OBS-URL: https://build.opensuse.org/request/show/994183 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sip4?expand=0&rev=7
This commit is contained in:
commit
0d161a0302
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 9 19:06:32 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Override install location to platformdir for distutils hijacked
|
||||
by setuptools 60+
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 29 18:36:46 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -158,7 +158,8 @@ ldlibrary=`$python -c "import sysconfig as s;print(s.get_config_var('LDLIBRARY')
|
||||
$python ../configure.py --debug \
|
||||
CFLAGS+="%{optflags}" \
|
||||
CXXFLAGS+="%{optflags}" \
|
||||
LIBS+="-l$ldlibrary"
|
||||
LIBS+="-l$ldlibrary" \
|
||||
-d %{$python_sitearch}
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
||||
@ -187,7 +188,8 @@ $python ../configure.py --debug \
|
||||
CFLAGS+="%{optflags}" \
|
||||
CXXFLAGS+="%{optflags}" \
|
||||
LIBS+="-l$ldlibrary" \
|
||||
--no-dist-info
|
||||
--no-dist-info \
|
||||
-d %{$python_sitearch}
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user