Ignore:
Timestamp:
Feb 10, 2017, 5:03:55 PM (9 years ago)
Author:
Yuri Dario
Message:

spec: python, link with libcx for memory mapping support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/python.spec

    r788 r980  
    11#define svn_url     F:/rd/rpm/python/trunk
    22%define svn_url     http://svn.netlabs.org/repos/rpm/python/trunk
    3 %define svn_rev     780
     3%define svn_rev     977
    44
    55%{!?__python_ver:%global __python_ver EMPTY}
     
    5050Name: %{python}
    5151Version: 2.7.6
    52 Release: 14%{?dist}
     52Release: 15%{?dist}
    5353License: Python
    5454Group: Development/Languages
     
    252252
    253253%build
     254
     255export SHELL=""
     256export MAKESHELL=""
     257export CONFIG_SHELL=""
     258
    254259export LDFLAGS="-g -Zbin-files -Zhigh-mem -Zomf -Zargs-wild -Zargs-resp"
    255 export LIBS="-lssl -lcrypto -lurpo -lpthread -lintl"
     260export LIBS="-lcx -lssl -lcrypto -lurpo -lpthread -lintl"
    256261%configure \
    257262        --enable-shared \
     
    511516
    512517%changelog
     518* Thu Feb 09 2017 yd <yd@os2power.com> 2.7.6-15
     519- link with libcx for memory mapping support.
     520
    513521* Fri Jun 10 2016 yd <yd@os2power.com> 2.7.6-14
    514522- fixed Obsoletes vs Conflicts.
Note: See TracChangeset for help on using the changeset viewer.