mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
wine build: towards deterministic libsecp - strip debug symbols
smaller dll and no longer depends on build path
This commit is contained in:
parent
80178f9a56
commit
d293cc0d53
1 changed files with 2 additions and 2 deletions
|
@ -5,6 +5,7 @@ set -e
|
|||
|
||||
build_dll() {
|
||||
#sudo apt-get install -y mingw-w64
|
||||
export SOURCE_DATE_EPOCH=1530212462
|
||||
./autogen.sh
|
||||
echo "LDFLAGS = -no-undefined" >> Makefile.am
|
||||
LDFLAGS="-Wl,--no-insert-timestamp" ./configure \
|
||||
|
@ -14,6 +15,7 @@ build_dll() {
|
|||
--enable-module-ecdh \
|
||||
--disable-jni
|
||||
make
|
||||
${1}-strip .libs/libsecp256k1-0.dll
|
||||
}
|
||||
|
||||
|
||||
|
@ -30,8 +32,6 @@ fi
|
|||
git reset --hard 452d8e4d2a2f9f1b5be6b02e18f1ba102e5ca0b4
|
||||
git clean -f -x -q
|
||||
|
||||
export SOURCE_DATE_EPOCH=1530212462
|
||||
|
||||
build_dll i686-w64-mingw32 # 64-bit would be: x86_64-w64-mingw32
|
||||
mv .libs/libsecp256k1-0.dll libsecp256k1.dll
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue