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