diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-06-25 11:22:26 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-06-25 11:22:26 +0000 |
commit | e1d4dc1d8eeebd9d6a83dd0614518a1ad9cb7a13 (patch) | |
tree | 517eb9a8110b30a0241ab98b91fe186b0edb01a9 /package/bash/bash32-011 | |
parent | 7e81360323d5543d438d31ddbbc567c439cec7a8 (diff) | |
download | buildroot-novena-e1d4dc1d8eeebd9d6a83dd0614518a1ad9cb7a13.tar.gz buildroot-novena-e1d4dc1d8eeebd9d6a83dd0614518a1ad9cb7a13.zip |
- forgot to adjust the pathes..
Diffstat (limited to 'package/bash/bash32-011')
-rw-r--r-- | package/bash/bash32-011 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/bash/bash32-011 b/package/bash/bash32-011 index c021f52f8..b59e6f69e 100644 --- a/package/bash/bash32-011 +++ b/package/bash/bash32-011 @@ -20,7 +20,7 @@ Then run configure with whatever options you like. Patch: *** ../bash-3.2-patched/configure.in Tue Sep 26 11:05:45 2006 ---- configure.in Wed Jan 31 09:48:00 2007 +--- bash-3.2/configure.in Wed Jan 31 09:48:00 2007 *************** *** 6,10 **** dnl Process this file with autoconf to produce a configure script. @@ -49,7 +49,7 @@ Patch: lynxos*) LOCAL_CFLAGS=-DRECYCLES_PIDS ;; linux*) LOCAL_LDFLAGS=-rdynamic # allow dynamic loading *** ../bash-3.2-patched/config-bot.h Tue Sep 12 16:43:04 2006 ---- config-bot.h Tue Mar 6 10:41:31 2007 +--- bash-3.2/config-bot.h Tue Mar 6 10:41:31 2007 *************** *** 2,6 **** /* modify settings or make new ones based on what autoconf tells us. */ @@ -83,7 +83,7 @@ Patch: # undef HAVE_GETCWD #endif *** ../bash-3.2-patched/builtins/common.c Thu Jul 27 09:39:51 2006 ---- builtins/common.c Tue Mar 6 10:43:27 2007 +--- bash-3.2/builtins/common.c Tue Mar 6 10:43:27 2007 *************** *** 1,3 **** ! /* Copyright (C) 1987-2005 Free Software Foundation, Inc. @@ -106,7 +106,7 @@ Patch: if (the_current_working_directory == 0) { *** ../bash-3.2-patched/configure Tue Sep 26 11:06:01 2006 ---- configure Tue Mar 6 10:59:20 2007 +--- bash-3.2/configure Tue Mar 6 10:59:20 2007 *************** *** 27317,27321 **** sco3.2*) LOCAL_CFLAGS=-DMUST_UNBLOCK_CHLD ;; @@ -122,7 +122,7 @@ Patch: lynxos*) LOCAL_CFLAGS=-DRECYCLES_PIDS ;; linux*) LOCAL_LDFLAGS=-rdynamic # allow dynamic loading *** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006 ---- patchlevel.h Mon Oct 16 14:22:54 2006 +--- bash-3.2/patchlevel.h Mon Oct 16 14:22:54 2006 *************** *** 26,30 **** looks for to find the patch level (for the sccs version string). */ |