[Pkg-jed-commit] r400 - slang-slirp/trunk/debian

Rafael Laboissiere rafael at costa.debian.org
Sun Aug 20 19:47:36 UTC 2006


Author: rafael
Date: 2006-08-20 19:47:36 +0000 (Sun, 20 Aug 2006)
New Revision: 400

Modified:
   slang-slirp/trunk/debian/changelog
   slang-slirp/trunk/debian/rules
Log:
Debian release slang-slirp_1.9.0-1-5

Modified: slang-slirp/trunk/debian/changelog
===================================================================
--- slang-slirp/trunk/debian/changelog	2006-08-20 16:50:26 UTC (rev 399)
+++ slang-slirp/trunk/debian/changelog	2006-08-20 19:47:36 UTC (rev 400)
@@ -1,3 +1,12 @@
+slang-slirp (1.9.0-1-5) unstable; urgency=low
+
+  * debian/rules: Add -FPIC to FCFLAGS.  This should fix the building
+    problems in 64-bit architectures.  The patch debug-#383777 will be
+    kept to see if there are further problems with the autobuilders and
+    will be removed in the next upload.
+
+ -- Rafael Laboissiere <rafael at debian.org>  Sun, 20 Aug 2006 20:11:29 +0200
+
 slang-slirp (1.9.0-1-4) unstable; urgency=low
 
   * debian/patches/debug-#383777.patch: Let "make test" produce verbose

Modified: slang-slirp/trunk/debian/rules
===================================================================
--- slang-slirp/trunk/debian/rules	2006-08-20 16:50:26 UTC (rev 399)
+++ slang-slirp/trunk/debian/rules	2006-08-20 19:47:36 UTC (rev 400)
@@ -4,7 +4,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
-DEB_CONFIGURE_SCRIPT_ENV += CFLAGS="-fPIC -g -Wall -O2"
+DEB_CONFIGURE_SCRIPT_ENV += CFLAGS="-fPIC -g -Wall -O2" FCFLAGS="-fPIC -g -O2"
 
 DEB_MAKE_BUILD_TARGET := all RPATH=
 DEB_MAKE_INSTALL_TARGET := install RPATH= DESTDIR=$(DEB_DESTDIR)




More information about the Pkg-jed-commit mailing list