Skip to content

Commit

Permalink
libc updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed Oct 31, 2011
1 parent 02dcdca commit 02ca147
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions libc/config/defaults
Expand Up @@ -3,3 +3,4 @@ base_url=ftp://mirror.rit.edu/gnu/libc
archive_format=tar.bz2
website_url=http://www.gnu.org/software/libc/
docs_url=http://www.gnu.org/software/libc/man.html
package_dependencies=binutils
3 changes: 2 additions & 1 deletion libc/shell/functions
Expand Up @@ -9,10 +9,11 @@ libc_prefetch()

libc_preconfigure()
{
export configure_command PREFIX
export configure_command PREFIX PATH
package configure flag key --prefix "${install_path}"
configure_command="../configure ${configure_flags[*]}"
PREFIX="${install_base_path}/${package_version}"
\mkdir glibc-build
\cd glibc-build
PATH="/opt/sm/bin:/opt/sm/pkg/active/bin:/opt/sm/pkg/active/sbin:$PATH"
}

0 comments on commit 02ca147

Please sign in to comment.