Package: belpic
Version: 2.6.0-7


Hi!

Latest archive rebuild in Ubuntu let belpic FTBFS.
This is because we use gcc4.4 now. Attached is a patch
which fixes the issues.



Regards,
        Stefan

--- belpic-2.6.0.orig/src/beidservicecrl/CRLScheduler.cpp
+++ belpic-2.6.0/src/beidservicecrl/CRLScheduler.cpp
@@ -93,7 +93,7 @@
 
     if(pCRLDistribution != NULL && pszCRLStorePath != NULL)
     {
-        char *pTemp; 
+        const char *pTemp; 
         const char *pFile = pCRLDistribution;
         while(NULL != (pTemp = strstr(pFile, "/")))
         {

Reply via email to