Subversion Repositories pike-old

Compare Revisions

Ignore whitespace Rev 40 → Rev 41

/trunk/debian/patches/07_dynamic_module_makefile.in-libgcc.dpatch
5,14 → 5,13
## DP: Figure out LIBGCC name.
 
@DPATCH@
 
--- 7.6/src/modules/dynamic_module_makefile.in 2005-12-30 14:33:50.110303750 +0100
+++ 7.6.fix/src/modules/dynamic_module_makefile.in 2005-12-30 14:50:03.367128500 +0100
@@ -2,7 +2,7 @@
# $Id: 07_dynamic_module_makefile.in-libgcc.diff,v 1.1 2006/01/03 16:03:38 grendel Exp $
diff -urNad pike7.8-7.8.116~/src/modules/dynamic_module_makefile.in pike7.8-7.8.116/src/modules/dynamic_module_makefile.in
--- pike7.8-7.8.116~/src/modules/dynamic_module_makefile.in 2008-01-10 20:22:27.000000000 -0400
+++ pike7.8-7.8.116/src/modules/dynamic_module_makefile.in 2009-05-04 22:13:11.000000000 -0300
@@ -2,6 +2,7 @@
# $Id: dynamic_module_makefile.in,v 1.124 2008/01/11 00:22:27 grubba Exp $
#
-LIBGCC=@LIBGCC@
+LIBGCC=$(shell gcc -print-libgcc-file-name)
LC_REQ=@LC_REQ@