[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41387: Fix Lyrebird for Android with Go 1.23.



Title: GitLab

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:

Changes:

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

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx