Browse Source

Rene Rebe:

* fix my previous rollback to only enable selected add-ons ...


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@3131 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
09a2cc5e29
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package/base/glibc23/glibc23.conf

+ 1
- 1
package/base/glibc23/glibc23.conf

@ -134,7 +134,7 @@ glibc_stage0() {
confopt="${confopt% --target=*}"
var_append confopt " " "--enable-add-ons --build=\$arch_build \
var_append confopt " " "--enable-add-ons"$ADDONS" --build=\$arch_build \
--host=\$arch_target"
# due to assembler check - and we do not yet have as ...

Loading…
Cancel
Save