andrew-d / static-binaries

Various *nix tools built as statically-linked binaries
Other
3.1k stars 566 forks source link

static file requests: losetup v2.2.2, fuse-exfat, and dialog in amd64 #36

Open rizalmart opened 2 years ago

rizalmart commented 2 years ago

Hello can you please compile these programs in amd64. losetup must be version 2.2.2 of util-linux because it has cryptoloop feature which was dropped on later version

mathieu-aubin commented 2 years ago

you can build your own using theses config arguments... ./configure --disable-all-programs --enable-losetup --enable-libsmartcols --enable-static-programs=losetup then make... make losetup

mathieu-aubin commented 2 years ago

Can you find a release download link for util-linux 2.2.2 ?