summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/tcltk/tcl/tcl-add-soname.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/tcltk/tcl/tcl-add-soname.patch')
-rw-r--r--meta/recipes-devtools/tcltk/tcl/tcl-add-soname.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl/tcl-add-soname.patch b/meta/recipes-devtools/tcltk/tcl/tcl-add-soname.patch
index 96276eab0e..d1fc9b92e5 100644
--- a/meta/recipes-devtools/tcltk/tcl/tcl-add-soname.patch
+++ b/meta/recipes-devtools/tcltk/tcl/tcl-add-soname.patch
@@ -11,7 +11,7 @@ Index: unix/configure
11+ # following line added by CW for Debian GNU/Linux 11+ # following line added by CW for Debian GNU/Linux
12+ TCL_SHLIB_LD_EXTRAS="-Wl,-soname,\${TCL_LIB_FILE}.0" 12+ TCL_SHLIB_LD_EXTRAS="-Wl,-soname,\${TCL_LIB_FILE}.0"
13+ 13+
14 SHLIB_LD='${CC} -shared ${CFLAGS} ${LDFLAGS}' 14 SHLIB_LD='${CC} ${CFLAGS} ${LDFLAGS} -shared'
15 DL_OBJS="tclLoadDl.o" 15 DL_OBJS="tclLoadDl.o"
16 DL_LIBS="-ldl" 16 DL_LIBS="-ldl"
17Index: unix/tcl.m4 17Index: unix/tcl.m4
@@ -25,7 +25,7 @@ Index: unix/tcl.m4
25+ # following line added by CW for Debian GNU/Linux 25+ # following line added by CW for Debian GNU/Linux
26+ TCL_SHLIB_LD_EXTRAS="-Wl,-soname,\${TCL_LIB_FILE}.0" 26+ TCL_SHLIB_LD_EXTRAS="-Wl,-soname,\${TCL_LIB_FILE}.0"
27+ 27+
28 SHLIB_LD='${CC} -shared ${CFLAGS} ${LDFLAGS}' 28 SHLIB_LD='${CC} ${CFLAGS} ${LDFLAGS} -shared'
29 DL_OBJS="tclLoadDl.o" 29 DL_OBJS="tclLoadDl.o"
30 DL_LIBS="-ldl" 30 DL_LIBS="-ldl"
31Index: unix/Makefile.in 31Index: unix/Makefile.in