]> git.pld-linux.org Git - packages/tcl.git/commitdiff
- updated
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 18 Oct 2007 06:26:52 +0000 (06:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tcl-readline.patch -> 1.6

tcl-readline.patch

index fa7fd9dc1f89f251a204e241c438b9decdb5f52b..f186972372bccc0f9420e67adc536ad51a26ee61 100644 (file)
@@ -12,7 +12,7 @@
 @@ -574,7 +574,7 @@
  
  tclsh: ${TCLSH_OBJS} ${TCL_LIB_FILE}
-       ${CC} ${CFLAGS} ${LDFLAGS} ${TCLSH_OBJS} @TCL_BUILD_LIB_SPEC@ ${LIBS} \
+       ${CC} ${CFLAGS} ${LDFLAGS} ${TCLSH_OBJS} @TCL_BUILD_LIB_SPEC@ ${LIBS} @EXTRA_TCLSH_LIBS@ \
 -              ${CC_SEARCH_FLAGS} -o tclsh
 +              -lreadline -lncurses ${CC_SEARCH_FLAGS} -o tclsh
  
This page took 0.029519 seconds and 4 git commands to generate.