File: configure.diff

package info (click to toggle)
tclthread 1%3A2.7.0-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,976 kB
  • sloc: ansic: 7,753; tcl: 1,641; sh: 404; makefile: 73
file content (14 lines) | stat: -rw-r--r-- 262 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Patch fixes build on hurd-i386, kfreebsd-i386 and kfreebsd-amd64
architectures.

--- tclthread-2.7.0.orig/configure
+++ tclthread-2.7.0/configure
@@ -9149,7 +9149,7 @@
 fi
 
 	    ;;
-	Linux*)
+	Linux*|GNU*)
 	    SHLIB_CFLAGS="-fPIC"
 	    SHLIB_SUFFIX=".so"