forked from pool/weechat
Accepting request 50262 from home:gberh:branches:server:irc
reviewed OK OBS-URL: https://build.opensuse.org/request/show/50262 OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=28
This commit is contained in:
parent
c529c3f5ad
commit
0093d25dbb
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 11 19:16:10 UTC 2010 - gber@opensuse.org
|
||||||
|
|
||||||
|
- fixed build for Python > 2.6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 8 07:02:19 UTC 2010 - pascal.bleser@opensuse.org
|
Sun Aug 8 07:02:19 UTC 2010 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
|
@ -108,7 +108,8 @@ Spell-checking support for %{name}, using the aspell library.
|
|||||||
%build
|
%build
|
||||||
%__mkdir build
|
%__mkdir build
|
||||||
pushd build
|
pushd build
|
||||||
cmake -DCMAKE_INSTALL_PREFIX="%{_prefix}" -DLIBDIR="%{_libdir}" VERBOSE=1 ..
|
cmake -DCMAKE_INSTALL_PREFIX="%{_prefix}" -DLIBDIR="%{_libdir}" \
|
||||||
|
-DPYTHON_LIBRARY="%{_libdir}/libpython%{py_ver}.so" VERBOSE=1 ..
|
||||||
%__make %{?jobs:-j%{jobs}}
|
%__make %{?jobs:-j%{jobs}}
|
||||||
popd #build
|
popd #build
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user