[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#483612: Bug#483613: gcc-4.3: on hurd-i386 -fstack-protector tries to link with libssp_nonshared



found 483613 4.3.1-1
found 483612 4.2.4-2
thanks

Eerf, the libssp_gnu.dpatch isn't getting applied because hurd-i386 is
in ssp_no_archs, please apply attached patch to gcc-[1-3].

Samuel
Index: debian/rules.defs
===================================================================
--- debian/rules.defs	(révision 3172)
+++ debian/rules.defs	(copie de travail)
@@ -414,7 +414,7 @@
 
 # libssp -------------------
 with_ssp := yes
-ssp_no_archs = arm armel alpha hppa ia64 m68k mips mipsel hurd-i386
+ssp_no_archs = arm armel alpha hppa ia64 m68k mips mipsel
 ifneq (, $(filter $(DEB_TARGET_ARCH),$(ssp_no_archs)))
   with_ssp := not available on $(DEB_TARGET_ARCH)
 endif

Reply to: