diff options
-rwxr-xr-x | setup-abuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/setup-abuild b/setup-abuild index 5fc2a26..7b1d8c8 100755 --- a/setup-abuild +++ b/setup-abuild @@ -199,6 +199,7 @@ test ! -f ._${nsam}-${vsam} && && git clone https://github.com/michaelforney/${nsam}.git ${nsam}-${vsam} \ ; cd ${nsam}-${vsam}; + git checkout ${vsam}; make -j$(nproc) install \ PREFIX="" \ LDFLAGS="-static" \ @@ -258,6 +259,7 @@ test ! -f ._${natl}-${vatl} && \ && git clone https://git.alpinelinux.org/${natl} ${natl}-${vatl} \ ; cd ${natl}-${vatl}; + git checkout ${vatl}; sed -i Make.rules \ -e '/targets += $(__shlibs) $(shobjs)/d' \ ; # disable shared libs |