File: ftbfs-gcc-4.7.diff

package info (click to toggle)
ruby-ffi 1.0.11debian-5
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,488 kB
  • sloc: ansic: 6,608; ruby: 6,167; xml: 151; sh: 74; makefile: 12
file content (13 lines) | stat: -rw-r--r-- 522 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: ruby-ffi-1.0.11debian/libtest/GNUmakefile
===================================================================
--- ruby-ffi-1.0.11debian.orig/libtest/GNUmakefile	2011-11-13 20:03:45.000000000 +0000
+++ ruby-ffi-1.0.11debian/libtest/GNUmakefile	2012-05-21 01:11:51.482172786 +0000
@@ -37,7 +37,7 @@
 OFLAGS = -O2 $(JFLAGS)
 WFLAGS = -W -Werror -Wall -Wno-unused -Wno-parentheses
 PICFLAGS = -fPIC
-SOFLAGS = -shared -mimpure-text -Wl,-O1
+SOFLAGS = -shared -Wl,-O1
 LDFLAGS += $(SOFLAGS)
 
 IFLAGS = -I"$(BUILD_DIR)"