Skip to content

Commit fe15cf7

Browse files
committed
fix breakage of cryptsetup_static
1 parent b9cb3df commit fe15cf7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pkg/cryptsetup_static/cryptsetup_static.petbuild

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ build_lvm2() {
6565
--with-user= --with-group=
6666
--disable-nls
6767
--disable-readline
68-
--disable-blkid_wiping"
68+
--disable-blkid_wiping
69+
--enable-write_install"
6970
# http://changetheworldwithyourpassion.blogspot.com/2009/09/fix-undefined-rplmalloc-on-autoconf.html
7071
export ac_cv_func_malloc_0_nonnull=yes
7172
_configure

0 commit comments

Comments
 (0)