[Pkg-haskell-maintainers] Bug#578043: mozembed component not packaged

Joachim Breitner nomeata at debian.org
Fri Apr 16 13:13:47 UTC 2010


Hi,

Am Freitag, den 16.04.2010, 14:47 +0200 schrieb Joachim Breitner:
> Am Freitag, den 16.04.2010, 12:59 +0200 schrieb Joachim Breitner:
> > well, it builds, but has problems linking. Will investigate some more.

another problem, this time with upstream’s configure.ac. The -rpath flag
is wrongly calculated, probably due to a change in mozembed’s .pc file.
This patch fixes this:

--- gtk2hs-0.10.1.orig/configure.ac
+++ gtk2hs-0.10.1/configure.ac
@@ -361,7 +361,7 @@ fi
 GTKHS_PKG_CHECK(mozilla, mozembed, MOZILLA_MOZEMBED, [mozilla-gtkmozembed >= 1.4], [GLIB GTK],
 	[build bindings for the Mozilla display widget (default=auto)],
 	[Mozilla requirement not met. Perhaps you need to install mozilla or mozilla-devel])
-MOZILLA_MOZEMBED_LIBDIR=$(${PKG_CONFIG} --variable=libdir mozilla-gtkmozembed)
+MOZILLA_MOZEMBED_LIBDIR=$(${PKG_CONFIG} --variable=sdkdir mozilla-gtkmozembed)/lib
 
 GTKHS_PKG_CHECK(seamonkey, mozembed, SEAMONKEY_MOZEMBED, [seamonkey-gtkmozembed >= 1.0], [GLIB GTK],
         [build bindings for the Mozilla display widget using the Seamonkey libs (default=auto)],


Greetings,
Joachim

-- 
Joachim "nomeata" Breitner
Debian Developer
  nomeata at debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: nomeata at joachim-breitner.de | http://people.debian.org/~nomeata
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.alioth.debian.org/pipermail/pkg-haskell-maintainers/attachments/20100416/fe379efa/attachment.pgp>


More information about the Pkg-haskell-maintainers mailing list