Browse Source

* changed FOOTPRINT==regular -> FOOTPRINT!=embedded to have glibc available on "lightweight"

legacy/multilib
Christian Wiese 19 years ago
parent
commit
7510d3f5f7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pkgsel/Base/LIBC.glibc.choice

+ 1
- 1
pkgsel/Base/LIBC.glibc.choice

@ -1,6 +1,6 @@
#Description: GNU LibC and fat friends
#Default: glibc
#Dependencies: FOOTPRINT==regular
#Dependencies: FOOTPRINT!=embedded
X glibc
X glibc32

Loading…
Cancel
Save