Commit fb0a38f0 authored by satmandu's avatar satmandu Committed by GitHub

manually install glibc first (#4563)

* manually install glibc first, remove manpages

* don't remove manpages

* bump version
parent b019f8d6
......@@ -3,11 +3,14 @@ require 'package'
class Buildessential < Package
description 'A collection of tools essential to compile and build software.'
homepage ''
version '1.7'
version '1.8'
compatibility 'all'
is_fake
#install first to get ldconfig
depends_on 'glibc'
depends_on 'gcc10'
depends_on 'gcc_tools'
depends_on 'linuxheaders'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment