diff options
author | Jay Freeman <saurik@saurik.com> | 2008-03-17 07:37:58 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-03-17 07:37:58 +0000 |
commit | 9d0efc95755dc903caf7a6942c9943f7fee1c5ee (patch) | |
tree | 43ac9845f434e4c0c9eeb7d50f3ef8dbdcf03e20 /data/bash | |
parent | 3f53f9a047a24b917b4397eb8414f5fd615ecfd2 (diff) |
Noticed some autoconf variables were either misconfigured or disconfigured. Apparently Brian loved autoconf, and so I didn't even finish configuring before I gave up for the night.
git-svn-id: http://svn.telesphoreo.org/trunk@191 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/bash')
-rw-r--r-- | data/bash/make.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/bash/make.sh b/data/bash/make.sh index 06ce94e10..9bd7173f8 100644 --- a/data/bash/make.sh +++ b/data/bash/make.sh @@ -1,7 +1,8 @@ pkg:extract cd * pkg:patch -pkg:configure bash_cv_dev_fd=absent bash_cv_sys_named_pipes=present bash_cv_job_control_missing=missing +pkg:configure bash_cv_dev_fd=absent bash_cv_sys_named_pipes=missing bash_cv_job_control_missing=present bash_cv_func_sigsetjmp=present bash_cv_func_ctype_nonascii=no bash_cv_must_reinstall_sighandlers=no bash_cv_func_strcoll_broken=yes ac_cv_c_stack_direction=-1 ac_cv_func_mmap_fixed_mapped=yes gt_cv_int_divbyzero_sigfpe=no ac_cv_func_setvbuf_reversed=no ac_cv_func_strcoll_works=yes ac_cv_func_working_mktime=yes ac_cv_type_getgroups=gid_t bash_cv_dup2_broken=no +#pgrp_pipe... make pkg:install pkg:bin bash |