mirror of
https://github.com/containers/podman.git
synced 2025-09-19 12:56:57 +08:00
rpm: build rpm with libsqlite3 tag
So we dynamically link to sqlite in fedora instead of vendoring a static copy. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
@ -96,6 +96,7 @@ BuildRequires: shadow-utils-subid-devel
|
|||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: man-db
|
BuildRequires: man-db
|
||||||
|
BuildRequires: sqlite-devel
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
BuildRequires: systemd-devel
|
BuildRequires: systemd-devel
|
||||||
Requires: catatonit
|
Requires: catatonit
|
||||||
@ -252,7 +253,7 @@ LDFLAGS="$LDFLAGS -X %{ld_libpod}/define.gitCommit=$GIT_COMMIT"
|
|||||||
# build rootlessport first
|
# build rootlessport first
|
||||||
%gobuild -o bin/rootlessport ./cmd/rootlessport
|
%gobuild -o bin/rootlessport ./cmd/rootlessport
|
||||||
|
|
||||||
export BASEBUILDTAGS="seccomp $(hack/systemd_tag.sh) $(hack/libsubid_tag.sh)"
|
export BASEBUILDTAGS="seccomp $(hack/systemd_tag.sh) $(hack/libsubid_tag.sh) libsqlite3"
|
||||||
|
|
||||||
# libtrust_openssl buildtag switches to using the FIPS-compatible func
|
# libtrust_openssl buildtag switches to using the FIPS-compatible func
|
||||||
# `ecdsa.HashSign`.
|
# `ecdsa.HashSign`.
|
||||||
|
Reference in New Issue
Block a user