Browse Source

Alejandro Mery <amery@geeks.cl>:

this adapts the setup patch to the current python version =)


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1491 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Alejandro Mery 21 years ago
parent
commit
5ab42dc711
2 changed files with 6 additions and 2 deletions
  1. +4
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +2
    -2
      package/base/python/python-setup.patch

+ 4
- 0
Documentation/Developers/CHANGELOG-RENE

@ -1,4 +1,8 @@
*) 2003-09-24 (2.0.0-rc1 - 2.0.0-rc2)
- Alejandro Mery: fixed python patch
*) 2003-09-23 (2.0.0-rc1 - 2.0.0-rc2)
- Alejandro Mery: fixed ncurses: +x *.so and libcurses.a

+ 2
- 2
package/base/python/python-setup.patch

@ -47,11 +47,11 @@
# Socket module compiled with SSL support; you must comment out the other
# socket line above, and possibly edit the SSL variable:
-#SSL=/usr/local/ssl
-#_socket socketmodule.c \
-#_ssl _ssl.c \
-# -DUSE_SSL -I$(SSL)/include -I$(SSL)/include/openssl \
-# -L$(SSL)/lib -lssl -lcrypto
+SSL=/usr
+_socket socketmodule.c \
+_ssl _ssl.c \
+ -DUSE_SSL -I$(SSL)/include -I$(SSL)/include/openssl \
+ -L$(SSL)/lib -lssl -lcrypto

Loading…
Cancel
Save