Skip to content

Commit 3808edd

Browse files
committed
Require libtool for mac too
1 parent 7da83d2 commit 3808edd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/bsdtar/manifests/posix.pp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
link => true,
2323
before => Exec["automake-libarchive"],
2424
}
25+
26+
homebrew::package { "libtool":
27+
creates => "/usr/local/bin/glibtoolize",
28+
before => Exec["automake-libarchive"],
29+
}
2530
}
2631

2732
#------------------------------------------------------------------

0 commit comments

Comments
 (0)