Remove mawk dependency from ncurses (#3782)
This commit is contained in:
parent
102dcbcbd4
commit
91d82c44e6
1 changed files with 0 additions and 3 deletions
|
@ -41,8 +41,6 @@ class Ncurses(AutotoolsPackage):
|
|||
variant('symlinks', default=False,
|
||||
description='Enables symlinks. Needed on AFS filesystem.')
|
||||
|
||||
# Use mawk instead of gawk to prevent a circular dependency
|
||||
depends_on('mawk', type='build')
|
||||
depends_on('pkg-config', type='build')
|
||||
|
||||
patch('patch_gcc_5.txt', when='@6.0%gcc@5.0:')
|
||||
|
@ -50,7 +48,6 @@ class Ncurses(AutotoolsPackage):
|
|||
|
||||
def configure_args(self):
|
||||
opts = [
|
||||
'AWK=mawk',
|
||||
'CFLAGS={0}'.format(self.compiler.pic_flag),
|
||||
'CXXFLAGS={0}'.format(self.compiler.pic_flag),
|
||||
'--with-shared',
|
||||
|
|
Loading…
Reference in a new issue