1
0

4 Commits

2 changed files with 13 additions and 5 deletions

View File

@@ -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>

View File

@@ -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