Revision: 6095
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6095&view=rev
Author:   gespinasse
Date:     2011-11-17 07:08:01 +0000 (Thu, 17 Nov 2011)
Log Message:
-----------
Force not detecting python on rebuild, to be more consistant as test should 
work in both cases.

Unrelated, it may happen krb5 tests fail, I don't know where the likely race is.

Modified Paths:
--------------
    ipcop/trunk/lfs/krb5

Modified: ipcop/trunk/lfs/krb5
===================================================================
--- ipcop/trunk/lfs/krb5        2011-11-17 06:37:06 UTC (rev 6094)
+++ ipcop/trunk/lfs/krb5        2011-11-17 07:08:01 UTC (rev 6095)
@@ -86,7 +86,10 @@
        cd $(DIR_SRC) && tar zxf $(THISAPP).tar.gz && rm $(THISAPP).tar.gz*
 
        # -no-fatal-warnings is at least for the various warning: no previous 
prototype for ...
-       cd $(DIR_APP)/src && ./configure                                \
+       # Do not detect python on rebuild with ac_cv_prog_PYTHON=
+       cd $(DIR_APP)/src && \
+               ac_cv_prog_PYTHON=                                      \
+               ./configure                                             \
                        CPPFLAGS="-I/usr/include/et -I/usr/include/ss"  \
                        LDFLAGS="-no-fatal-warnings"                    \
                        --prefix=/usr                                   \

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to