Compare commits
18 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4a0c8ff63c | ||
|
|
b8b6a6be98 | ||
|
|
0e73646cf9 | ||
|
|
a8f70ac5d6 | ||
|
|
2a138ce159 | ||
|
|
9e0291b2fe | ||
|
|
27b3b412a8 | ||
|
|
0ff5b3a1a6 | ||
|
|
b937874674 | ||
|
|
ee638c446e | ||
|
|
fb71740395 | ||
|
|
507808d28a | ||
|
|
06c15ebd10 | ||
|
|
f460595610 | ||
|
|
90161e5be0 | ||
|
|
35c5bbdbbc | ||
|
|
ebe07e2401 | ||
|
|
35482f1613 |
1 changed files with 4 additions and 2 deletions
|
|
@ -70,7 +70,8 @@ BuildRequires: bison
|
|||
BuildRequires: flex
|
||||
BuildRequires: libtool
|
||||
BuildRequires: file-devel
|
||||
BuildRequires: jansson-devel >= 2.5
|
||||
#jansson is in version 2.4 in epel
|
||||
#BuildRequires: jansson-devel >= 2.5
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: protobuf-c-devel
|
||||
BuildRequires: protobuf-compiler
|
||||
|
|
@ -130,7 +131,8 @@ export CFLAGS="$CFLAGS -D PROTOBUF_C_FIELD_FLAG_ONEOF=4"
|
|||
|
||||
# macro %%configure already does use CFLAGS="\{optflags}" and yara build
|
||||
# scripts configure/make already honors that CFLAGS
|
||||
%configure --enable-magic --enable-cuckoo --enable-debug --enable-dotnet \
|
||||
# jansson >= 2.5 not available in EPEL7 thus building without cuckoo support
|
||||
%configure --enable-magic --enable-debug --enable-dotnet \
|
||||
--enable-macho --enable-dex --enable-pb-tests \
|
||||
--with-crypto \
|
||||
--htmldir=%{_datadir}/doc/%{name}/html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue