[tor-commits] [tor-browser-bundle/hardened-builds] Adding libasan.so.2 to the MARTOOLS zip
gk at torproject.org
gk at torproject.org
Mon Dec 14 15:06:47 UTC 2015
commit 551a76af35fb7ddfa505415fbfa8a1d60852f291
Author: Georg Koppen <gk at torproject.org>
Date: Mon Dec 14 14:56:23 2015 +0000
Adding libasan.so.2 to the MARTOOLS zip
---
gitian/descriptors/linux/gitian-firefox.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/gitian/descriptors/linux/gitian-firefox.yml b/gitian/descriptors/linux/gitian-firefox.yml
index 1310237..3c6c1f1 100644
--- a/gitian/descriptors/linux/gitian-firefox.yml
+++ b/gitian/descriptors/linux/gitian-firefox.yml
@@ -146,6 +146,7 @@ script: |
for LIB in $NSS_LIBS $NSPR_LIBS; do
cp -p obj-*/dist/bin/$LIB $MARTOOLS/
done
+ cp -p $INSTDIR/gcc/lib64/libasan.so.2 $MARTOOLS/
cd ~/build
~/build/dzip.sh mar-tools-linux${GBUILD_BITS}.zip mar-tools
cp -p mar-tools-linux${GBUILD_BITS}.zip $OUTDIR/
More information about the tor-commits
mailing list