]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - pkgs/tcl/patches/tcl-8.5.8-pic.patch
Move packages to pkgs subdirectory.
[people/ms/ipfire-3.x.git] / pkgs / tcl / patches / tcl-8.5.8-pic.patch
1 diff -up tcl8.5.7/../unix/Makefile.in.old tcl8.5.7/unix/Makefile.in
2 --- tcl8.5.7/../unix//Makefile.in.old 2009-04-15 21:30:05.000000000 +0200
3 +++ tcl8.5.7/../unix/Makefile.in 2009-07-16 08:27:32.758444459 +0200
4 @@ -569,7 +569,7 @@ objs: ${OBJS}
5
6
7 tclsh: ${TCLSH_OBJS} ${TCL_LIB_FILE}
8 - ${CC} ${CFLAGS} ${LDFLAGS} ${TCLSH_OBJS} @TCL_BUILD_LIB_SPEC@ ${LIBS} @EXTRA_TCLSH_LIBS@ \
9 + ${CC} ${CFLAGS} ${LDFLAGS} -fPIC ${TCLSH_OBJS} @TCL_BUILD_LIB_SPEC@ ${LIBS} @EXTRA_TCLSH_LIBS@ \
10 ${CC_SEARCH_FLAGS} -o tclsh
11
12 # Resetting the LIB_RUNTIME_DIR below is required so that the generated