Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods
In directory vz-cvs-3.sog:/tmp/cvs-serv23955

Modified Files:
        pyopenssl-py.info 
Log Message:
Attempt to force usage of system-openssl before fink openssl. Linking still 
checks -L%p/lib first though I haven't found a way yet to change it. Setting 
LDFLAGS seems to be ignored.


Index: pyopenssl-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods/pyopenssl-py.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- pyopenssl-py.info   24 May 2011 18:35:28 -0000      1.10
+++ pyopenssl-py.info   24 May 2011 19:20:42 -0000      1.11
@@ -27,6 +27,11 @@
 BuildConflicts: openssl097-dev, openssl098-dev, openssl100-dev
 Depends: python%type_pkg[python]
 
+NoSetCPPFLAGS: true
+NoSetLDFLAGS: true
+SetCPPFLAGS: -I%p/lib/system-openssl/include -I%p/include
+SetLDFLAGS: -L%p/lib/system-openssl/lib -L%p/lib
+
 CompileScript: <<
        %p/bin/python%type_raw[python] setup.py build_ext 
-I%p/lib/system-openssl/include -L%p/lib/system-openssl/lib
        %p/bin/python%type_raw[python] setup.py build


------------------------------------------------------------------------------
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to