Remove golang dependencies
Doesn't seem like golang is used for anything, this package builds just fine in mockbuild without it.
This commit is contained in:
parent
eaa589d238
commit
504375f6b3
1 changed files with 0 additions and 7 deletions
|
|
@ -21,12 +21,6 @@ BuildRequires: cmake
|
|||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gtest-devel
|
||||
BuildRequires: golang
|
||||
BuildRequires: golang(golang.org/x/crypto/chacha20)
|
||||
BuildRequires: golang(golang.org/x/crypto/chacha20poly1305)
|
||||
BuildRequires: golang(golang.org/x/crypto/curve25519)
|
||||
BuildRequires: golang(golang.org/x/crypto/hkdf)
|
||||
BuildRequires: golang(golang.org/x/crypto/xts)
|
||||
BuildRequires: libusbx-devel
|
||||
BuildRequires: libzstd-devel
|
||||
BuildRequires: lz4-devel
|
||||
|
|
@ -72,7 +66,6 @@ setup between the host and the target phone as adb.
|
|||
cp -p %{SOURCE1} 51-android.rules
|
||||
|
||||
%build
|
||||
export GO111MODULE=off
|
||||
%cmake -DBUILD_SHARED_LIBS:BOOL=OFF
|
||||
%cmake_build
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue