Add -I/usr/include/libassuan2
This allows the package to build.
This commit is contained in:
parent
b310b7ffbf
commit
d2edfe33ed
@ -128,6 +128,8 @@ sed -i -e 's|^libdir=@libdir@$|libdir=@exec_prefix@/lib|g' src/gpgme-config.in
|
|||||||
%build
|
%build
|
||||||
# People neeed to learn that you can't run autogen.sh anymore
|
# People neeed to learn that you can't run autogen.sh anymore
|
||||||
#./autogen.sh
|
#./autogen.sh
|
||||||
|
# Use -I... directly because of https://bugzilla.redhat.com/show_bug.cgi?id=1742986
|
||||||
|
CFLAGS="%{optflags} -I/usr/include/libassuan2"
|
||||||
%configure --disable-static --disable-silent-rules --enable-languages=cpp,qt,python
|
%configure --disable-static --disable-silent-rules --enable-languages=cpp,qt,python
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user