From: Alexey P. <ale...@gm...> - 2015-04-08 19:03:32
|
> 8 апр. 2015 г., в 20:30, Paul Moore <p.f...@gm...> написал(а): > > 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… > Sorry but we prefer shared linking. We build most packages with «—enable-shared —enable-static» to have both shared/static linking but We will not build with «—disable-shared —enable-static». You can do it yourself if you need. Regards, Alexey. > 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 > Msy...@li... > https://lists.sourceforge.net/lists/listinfo/msys2-users |