[Pkg-tcltk-commits] r681 - tcl8.6/trunk/debian

sgolovan-guest at alioth.debian.org sgolovan-guest at alioth.debian.org
Thu Jul 3 17:31:41 UTC 2008


Author: sgolovan-guest
Date: 2008-07-03 17:31:40 +0000 (Thu, 03 Jul 2008)
New Revision: 681

Modified:
   tcl8.6/trunk/debian/changelog
   tcl8.6/trunk/debian/rules
Log:
[tcl8.6]
Disabled DLL unloading for hppa.


Modified: tcl8.6/trunk/debian/changelog
===================================================================
--- tcl8.6/trunk/debian/changelog	2008-07-02 17:11:47 UTC (rev 680)
+++ tcl8.6/trunk/debian/changelog	2008-07-03 17:31:40 UTC (rev 681)
@@ -2,5 +2,5 @@
 
   * Initial alpha release.
 
- -- Sergei Golovan <sgolovan at debian.org>  Thu, 26 Jun 2008 20:10:45 +0400
+ -- Sergei Golovan <sgolovan at debian.org>  Thu, 03 Jul 2008 21:27:33 +0400
 

Modified: tcl8.6/trunk/debian/rules
===================================================================
--- tcl8.6/trunk/debian/rules	2008-07-02 17:11:47 UTC (rev 680)
+++ tcl8.6/trunk/debian/rules	2008-07-03 17:31:40 UTC (rev 681)
@@ -25,10 +25,14 @@
 endif
 # Enable DLL unloading only for non-kfreebsd arches (see bug #488684)
 ifeq (, $(findstring kfreebsd, $(DEB_HOST_ARCH)))
+ifeq (, $(findstring hppa, $(DEB_HOST_ARCH)))
 DLL_UNLOADING=--enable-dll-unloading
 else
 DLL_UNLOADING=--disable-dll-unloading
 endif
+else
+DLL_UNLOADING=--disable-dll-unloading
+endif
 
 unpatch:
 	dh_testdir




More information about the Pkg-tcltk-commits mailing list