forked from pool/browserpass-native
Compare commits
11 Commits
Author | SHA256 | Date | |
---|---|---|---|
64737d7b6a | |||
f286f0a79d | |||
dfb4e79d3c | |||
7cfb20a11c | |||
6181b55a33 | |||
c147125802 | |||
e98c047d62 | |||
448350e421 | |||
468e76d2a7 | |||
ce9fff5016 | |||
15364f7478 |
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 3 19:34:14 UTC 2025 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
- Enable cgo
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 27 16:39:18 UTC 2025 - Holger Rauch <holger.rauch@posteo.de>
|
||||
|
||||
- Added CGO_ENABLED=1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 5 21:11:17 UTC 2023 - Marcel Kuehlhorn <tux93@opensuse.org>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package browserpass-native
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -37,12 +37,10 @@ Messaging API.
|
||||
%setup -qa1
|
||||
|
||||
%build
|
||||
export GOFLAGS="-mod=vendor"
|
||||
%make_build browserpass
|
||||
%make_build browserpass CGO_ENABLED=1
|
||||
|
||||
%check
|
||||
export GOFLAGS=-mod=vendor
|
||||
make test
|
||||
make test CGO_ENABLED=1
|
||||
|
||||
%install
|
||||
make configure
|
||||
|
Reference in New Issue
Block a user