I have a need to build single-file static versions of a number of
packages, in order to create a minimal-footprint bootstrap environment
for a project I'm working on. So, for example, I want a version of
libarchive where the bsdtar.exe application has no DLL dependencies
beyond the ones that are supplied with Windows.

pacman -S mingw64/mingw-w64-x86_64-libarchive gives me a copy of
bsdtar, but it depends on 8 supporting DLLs. I know that it's possible
to build bsdtar statically linked to its supporting libraries (by
specifying --disable-shared --enable-static on all the builds). Is
there a way using makepkg to do something similar with msys2? It'd be
really helpful if I didn't have to go through the complete manual
build process for everything...

Thanks,
Paul

------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
Msys2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/msys2-users

Reply via email to