Ignore:
Timestamp:
Dec 22, 2015, 12:41:18 PM (10 years ago)
Author:
Yuri Dario
Message:

spec: undo wrong commit r623.

File:
1 edited

Legend:

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

    r623 r624  
    1 #define svn_url     F:/rd/rpm/python/trunk
    2 %define svn_url     http://svn.netlabs.org/repos/rpm/python/trunk
    3 %define svn_rev     568
    4 
    51%{!?__python_ver:%global __python_ver EMPTY}
    62#global __python_ver 2.7
     
    256252export CONFIG_SITE="/@unixroot/usr/share/config.legacy"
    257253export LDFLAGS="-g -Zbin-files -Zhigh-mem -Zomf -Zargs-wild -Zargs-resp"
    258 export LIBS="-lssl -lcrypto -lurpo -lpthread -lintl"
     254export LIBS="-lssl -lcrypto -lurpo -lmmap -lpthread -lintl"
    259255%configure \
    260256        --enable-shared \
    261257        --with-system-expat \
    262         --with-system-ffi
     258        --with-system-ffi --with-libs='-lmmap'
    263259
    264260make OPT="$CFLAGS" %{?_smp_mflags}
     
    584580
    585581%changelog
    586 <<<<<<< .mine
    587 * Tue Apr 07 2015 yd <yd@os2power.com> 2.7.6-12
    588 - r568, build mmap module, by psmedley.
    589 
    590 =======
    591582* Fri Dec 12 2015 Dmitriy Kuminov <coding@dmik.org> 2.7.6-12
    592583- Provide dummy _dlopen in ctypes to make colorama package happy.
     
    598589- Make os.path.defpath return '$UNIXROOT\\usr\\bin'.
    599590
    600 >>>>>>> .r622
    601591* Thu Feb 26 2015 yd <yd@os2power.com> 2.7.6-11
    602592- r560, -O3 breaks the build, at least for pentium4 march.
Note: See TracChangeset for help on using the changeset viewer.