[Pkg-utopia-commits] r1879 - in /packages/unstable/avahi/debian: changelog rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Tue Nov 27 13:18:47 UTC 2007


Author: lool
Date: Tue Nov 27 13:18:47 2007
New Revision: 1879

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1879
Log:
* Add lpia to the list of arches on which not to pass
  --disable-stack-protector to configure.

Modified:
    packages/unstable/avahi/debian/changelog
    packages/unstable/avahi/debian/rules

Modified: packages/unstable/avahi/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi/debian/changelog?rev=1879&op=diff
==============================================================================
--- packages/unstable/avahi/debian/changelog (original)
+++ packages/unstable/avahi/debian/changelog Tue Nov 27 13:18:47 2007
@@ -8,8 +8,10 @@
 
   [ Loic Minier ]
   * Only check the DNS on ifup in avahi-daemon.ifupdown, not on ifdown.
-
- -- Loic Minier <lool at dooz.org>  Tue, 27 Nov 2007 14:16:47 +0100
+  * Add lpia to the list of arches on which not to pass
+    --disable-stack-protector to configure.
+
+ -- Loic Minier <lool at dooz.org>  Tue, 27 Nov 2007 14:18:01 +0100
 
 avahi (0.6.21-2) unstable; urgency=low
 

Modified: packages/unstable/avahi/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi/debian/rules?rev=1879&op=diff
==============================================================================
--- packages/unstable/avahi/debian/rules (original)
+++ packages/unstable/avahi/debian/rules Tue Nov 27 13:18:47 2007
@@ -18,7 +18,7 @@
                              --disable-mono --disable-monodoc
 
 # Only enable the stack protector on certain archs
-ifeq (,$(filter $(DEB_BUILD_ARCH), powerpc s390 sparc amd64 i386))
+ifeq (,$(filter $(DEB_BUILD_ARCH), powerpc s390 sparc amd64 i386 lpia))
   DEB_CONFIGURE_EXTRA_FLAGS += --disable-stack-protector
 endif
 




More information about the Pkg-utopia-commits mailing list