tag 381606 +patch thank you bts, have a nice day On Saturday 05 August 2006 22:19, Eric Dorland wrote: > Package: lcd4linux > Severity: serious > > In a clean sid chroot lcd4linux fails to build with many errors relating > to missing X symbols:
Adding -lX11 to LDFLAGS make this package build fine again, although I wonder
a bit why, as -lX11 is already in the relevant line.
If some bright people want to enlighten me, my inbox is open ;)
> -lusb -lusb -L -lX11 -lmysqlclient -lm
^^^
But anyways, this make it build. I have not testet if the result works as
expected.
diff -u lcd4linux-0.10.0+cvs20051015/debian/changelog
lcd4linux-0.10.0+cvs20051015/debian/changelog
--- lcd4linux-0.10.0+cvs20051015/debian/changelog
+++ lcd4linux-0.10.0+cvs20051015/debian/changelog
@@ -1,3 +1,10 @@
+lcd4linux (0.10.0+cvs20051015-3.2) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Adds -lX11 to LDFLAGS, fixes ftbfs, Closes: #381606
+
+ -- Sune Vuorela <[EMAIL PROTECTED]> Wed, 9 Aug 2006 07:31:40 +0200
+
lcd4linux (0.10.0+cvs20051015-3.1) unstable; urgency=low
* Non-maintainer upload.
diff -u lcd4linux-0.10.0+cvs20051015/debian/rules
lcd4linux-0.10.0+cvs20051015/debian/rules
--- lcd4linux-0.10.0+cvs20051015/debian/rules
+++ lcd4linux-0.10.0+cvs20051015/debian/rules
@@ -27,7 +27,7 @@
config.status: configure
dh_testdir
# Add here commands to configure the package.
- CFLAGS="$(CFLAGS) -Wl,-z,defs" ./configure --host=$(DEB_HOST_GNU_TYPE)
--build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man
--infodir=\$${prefix}/share/info --bindir=/usr/sbin --with-x --with-python
+ LDFLAGS=-lX11 CFLAGS="$(CFLAGS) -Wl,-z,defs" ./configure
--host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr
--mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
--bindir=/usr/sbin --with-x --with-python
build: build-stamp
pgpdS2pM4Map1.pgp
Description: PGP signature

