File: configure.diff

package info (click to toggle)
tclthread 1%3A2.6.7-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,552 kB
  • sloc: ansic: 7,589; tcl: 1,642; sh: 393; makefile: 113; cpp: 31
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.6.7.orig/configure
+++ tclthread-2.6.7/configure
@@ -8289,7 +8289,7 @@
 fi
 
 	    ;;
-	Linux*)
+	Linux*|GNU*)
 	    SHLIB_CFLAGS="-fPIC"
 	    SHLIB_SUFFIX=".so"