File: 03_PIC.patch

package info (click to toggle)
gauche-gtk 0.6%2Bgit20160927-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,428 kB
  • ctags: 1,357
  • sloc: ansic: 7,101; lisp: 5,659; sh: 2,829; makefile: 341
file content (17 lines) | stat: -rw-r--r-- 555 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Shared object build needs special flag
Author: NIIBE Yutaka <gniibe@fsij.org>
Bug-Debian: http://bugs.debian.org/266528
Forwarded: yes
Reviewed-By: NIIBE Yutaka <gniibe@fsij.org>
Last-Update: 2010-03-19

--- gauche-gtk-0.4.1.orig/configure.in	2010-03-19 13:39:33.000000000 +0900
+++ gauche-gtk-0.4.1/configure.in	2010-03-19 13:41:41.000000000 +0900
@@ -58,6 +58,7 @@
 # Get compiler parameters which Gauche has been compiled with.
 AC_GAUCHE_CC
 AC_GAUCHE_FLAGS
+CFLAGS="$CFLAGS `$GAUCHE_CONFIG --so-cflags`"
 
 # Check for other programs.