[Pkg-directfb-devel] Bug#675112: directfb: FTBFS in experimental: C compiler cannot create executables

Matthias Klose doko at debian.org
Wed May 30 02:47:56 UTC 2012


tags 675112 + patch
thanks

no intent to NMU to experimental
-------------- next part --------------
diff -Nru directfb-1.4.3/debian/changelog directfb-1.4.3/debian/changelog
--- directfb-1.4.3/debian/changelog	2010-02-14 19:39:01.000000000 +0000
+++ directfb-1.4.3/debian/changelog	2012-05-30 02:29:14.000000000 +0000
@@ -1,3 +1,10 @@
+directfb (1.4.3-1.1) experimental; urgency=low
+
+  * Non maintainer upload
+  * Fix typo in gcc command line option. Closes: #675112.
+
+ -- Matthias Klose <doko at debian.org>  Wed, 30 May 2012 02:27:33 +0000
+
 directfb (1.4.3-1) experimental; urgency=low
 
   * New upstream release. (Closes: #549633)
diff -Nru directfb-1.4.3/debian/rules directfb-1.4.3/debian/rules
--- directfb-1.4.3/debian/rules	2010-02-14 10:01:38.000000000 +0000
+++ directfb-1.4.3/debian/rules	2012-05-30 02:27:25.000000000 +0000
@@ -16,7 +16,7 @@
 BUILD_DIST := directfb-build
 BUILD_UDEB := directfb-udeb
 
-conf_script_env := LDFLAGS="-wl,--as-needed"
+conf_script_env := LDFLAGS="-Wl,--as-needed"
 
 DEB_HOST_ARCH_OS   ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)


More information about the Pkg-directfb-devel mailing list