Skip to content

Commit b956d7e

Browse files
committed
Add missing dependency
1 parent 20a9761 commit b956d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build_checks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -ex
44

5-
dnf install make gcc qpid-proton-c-devel annobin-annocheck -y
5+
dnf install make gcc qpid-proton-c-devel annobin-annocheck rpm-build -y
66

77
make 'CFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' 'LDFLAGS=-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
88

0 commit comments

Comments
 (0)