Coreutils: Add program prefix g so we don't conflict with Apple utilities
This commit is contained in:
parent
7ab8cb2827
commit
52af762dd2
@ -29,8 +29,10 @@ def configure_args(self):
|
||||
configure_args = []
|
||||
|
||||
if spec.satisfies('platform=darwin'):
|
||||
configure_args.append('--program-prefix=g')
|
||||
configure_args.append('--without-gmp')
|
||||
configure_args.append('gl_cv_func_ftello_works=yes')
|
||||
configure_args.append('FORCE_UNSAFE_CONFIGURE=1')
|
||||
|
||||
return configure_args
|
||||
return configure_args
|
||||
|
Loading…
Reference in New Issue
Block a user