Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / 
tor-browser-build


Commits:
34b8f1ae by Pier Angelo Vendrame at 2025-03-06T16:52:55+01:00
Bug 41387: Fix Lyrebird for Android with Go 1.23.

- - - - -


1 changed file:

- projects/lyrebird/build


Changes:

=====================================
projects/lyrebird/build
=====================================
@@ -17,7 +17,7 @@ cd /var/tmp/build/[% project %]-[% c('version') %]
 
 tar -xf $rootdir/[% c('input_files_by_name/go_vendor') %]
 
-go build -mod=vendor -ldflags '-s' ./cmd/lyrebird
+go build -mod=vendor -ldflags '-s[% IF c("var/android") %] -checklinkname=0[% 
END %]' ./cmd/lyrebird
 cp -a lyrebird[% IF c("var/windows") %].exe[% END %] $distdir
 
 cd $distdir



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/34b8f1ae217e11c62323ceaed9b304f2b4c8f0bb

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/34b8f1ae217e11c62323ceaed9b304f2b4c8f0bb
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tbb-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to