From 08db1550b751a5a1fde5a1e3df787f05c4c6110e Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Tue, 21 Oct 2003 12:49:30 +0000 Subject: [PATCH] - debian release 0.0.6-3 - use .o objects from .libs directory so that they are PIC (fix build failure on hppa) --- helm/DEVEL/gdome_xslt/debian/changelog | 10 ++++++++++ helm/DEVEL/gdome_xslt/debian/control | 2 +- helm/DEVEL/gdome_xslt/ocaml/gdome_xslt/Makefile.am | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/helm/DEVEL/gdome_xslt/debian/changelog b/helm/DEVEL/gdome_xslt/debian/changelog index c73637008..f994ba52f 100644 --- a/helm/DEVEL/gdome_xslt/debian/changelog +++ b/helm/DEVEL/gdome_xslt/debian/changelog @@ -1,3 +1,13 @@ +gdome2-xslt (0.0.6-3) unstable; urgency=high + + * ocaml/gdome_xslt/Makefile.am + - use .o PIC objects from .libs directory + (should fix build failure on hppa) + * debian/control + - versione build dep on findlib to >= 0.8-5 + + -- Stefano Zacchiroli Tue, 21 Oct 2003 14:43:09 +0200 + gdome2-xslt (0.0.6-2) unstable; urgency=low * Rebuilt against gmetadom 0.2.1, gdome2 0.8.1 (should link against glib2) diff --git a/helm/DEVEL/gdome_xslt/debian/control b/helm/DEVEL/gdome_xslt/debian/control index f26c1c9f6..1b98991f7 100644 --- a/helm/DEVEL/gdome_xslt/debian/control +++ b/helm/DEVEL/gdome_xslt/debian/control @@ -2,7 +2,7 @@ Source: gdome2-xslt Section: devel Priority: optional Maintainer: Stefano Zacchiroli -Build-Depends: debhelper (>> 4.0.0), ocaml-3.07, ocaml-findlib, libgdome2-ocaml-dev (>= 0.2.1), libgdome2-dev (>= 0.8.1), libxslt1-dev, libgdome2-cpp-smart-dev (>= 0.2.1), pkg-config +Build-Depends: debhelper (>> 4.0.0), ocaml-3.07, ocaml-findlib (>= 0.8-5), libgdome2-ocaml-dev (>= 0.2.1), libgdome2-dev (>= 0.8.1), libxslt1-dev, libgdome2-cpp-smart-dev (>= 0.2.1), pkg-config Standards-Version: 3.5.10 Package: libgdome2-xslt0 diff --git a/helm/DEVEL/gdome_xslt/ocaml/gdome_xslt/Makefile.am b/helm/DEVEL/gdome_xslt/ocaml/gdome_xslt/Makefile.am index 21e3954b8..6fa7a7f96 100644 --- a/helm/DEVEL/gdome_xslt/ocaml/gdome_xslt/Makefile.am +++ b/helm/DEVEL/gdome_xslt/ocaml/gdome_xslt/Makefile.am @@ -37,7 +37,7 @@ noinst_LTLIBRARIES = libmlgdome2-xslt.la C_SRC = ml_gdome_xslt.c x_gdome_xslt.c libmlgdome2_xslt_la_SOURCES = $(C_SRC) -O_S = $(C_SRC:%.c=%.o) +O_S = $(C_SRC:%.c=.libs/%.o) LO_S = $(O_S:%.o=%.lo) CMA_DEPS = i_gdome_xslt.cmo gdome_xslt.cmo CMXA_DEPS = $(CMA_DEPS:%.cmo=%.cmx) -- 2.39.2