Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Fix tools::util-linux depencency
Browse files Browse the repository at this point in the history
  • Loading branch information
trueroad authored and PhilHolmes committed Apr 11, 2021
1 parent 83b3d78 commit 9ab36d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gub/specs/util-linux.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class Util_linux__tools (tools.AutoBuild):
source = 'https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.16/util-linux-ng-2.16.tar.gz'
dependencies = ['libtool']
dependencies = ['libtool', 'bash']
configure_flags = (tools.AutoBuild.configure_flags
+ ' --disable-tls'
+ ' --disable-makeinstall-chown'
Expand Down

0 comments on commit 9ab36d6

Please sign in to comment.