[Pkg-ocaml-maint-commits] [SCM] dose2 packaging branch, master, updated. 3bc1d3f606a885975312a67ad411696b14763193

Stefano Zacchiroli zack at upsilon.cc
Mon Jun 2 14:35:37 UTC 2008


The following commit has been merged in the master branch:
commit 77d7aaba58aca9497dab84339d1f610bdb9d75f9
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Mon Jun 2 15:01:19 2008 +0200

    fix include name mangling

diff --git a/ocamlrpm/ocamlrpm_stubs.c b/ocamlrpm/ocamlrpm_stubs.c
index 2e872a4..5459a05 100644
--- a/ocamlrpm/ocamlrpm_stubs.c
+++ b/ocamlrpm/ocamlrpm_stubs.c
@@ -24,10 +24,10 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. */
 #include "config.h"
 #endif 
 
-#ifdef HAVE_RPMIO_H
+#ifdef HAVE_RPM_RPMIO_H
 #include <rpm/rpmio.h>
 #endif
-#ifdef HAVE_RPMLIB_H
+#ifdef HAVE_RPM_RPMLIB_H
 #include <rpm/rpmlib.h>
 #endif
 

-- 
dose2 packaging



More information about the Pkg-ocaml-maint-commits mailing list