Changeset 623 for spec/trunk/SPECS/python.spec
- Timestamp:
- Dec 22, 2015, 12:38:48 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/python.spec
r612 r623 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 1 5 %{!?__python_ver:%global __python_ver EMPTY} 2 6 #global __python_ver 2.7 … … 252 256 export CONFIG_SITE="/@unixroot/usr/share/config.legacy" 253 257 export LDFLAGS="-g -Zbin-files -Zhigh-mem -Zomf -Zargs-wild -Zargs-resp" 254 export LIBS="-lssl -lcrypto -lurpo -l mmap -lpthread -lintl"258 export LIBS="-lssl -lcrypto -lurpo -lpthread -lintl" 255 259 %configure \ 256 260 --enable-shared \ 257 261 --with-system-expat \ 258 --with-system-ffi --with-libs='-lmmap'262 --with-system-ffi 259 263 260 264 make OPT="$CFLAGS" %{?_smp_mflags} … … 580 584 581 585 %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 ======= 582 591 * Fri Dec 12 2015 Dmitriy Kuminov <coding@dmik.org> 2.7.6-12 583 592 - Provide dummy _dlopen in ctypes to make colorama package happy. … … 589 598 - Make os.path.defpath return '$UNIXROOT\\usr\\bin'. 590 599 600 >>>>>>> .r622 591 601 * Thu Feb 26 2015 yd <yd@os2power.com> 2.7.6-11 592 602 - r560, -O3 breaks the build, at least for pentium4 march.
Note:
See TracChangeset
for help on using the changeset viewer.