build: Add libarchive
to pkg-config deps
For some reason my CD builder didn't trigger this, but we do actually need `-larchive` (and we want to have the dependency metadata so packagers know to BuildDepends on it).
This commit is contained in:
parent
eda6abf13d
commit
04164fc025
@ -63,7 +63,8 @@ AC_SEARCH_LIBS([rpmsqSetInterruptSafety], [rpmio],
|
||||
PKG_CHECK_MODULES(PKGDEP_GIO_UNIX, [gio-unix-2.0])
|
||||
PKG_CHECK_MODULES(PKGDEP_RPMOSTREE, [gio-unix-2.0 >= 2.40.0 json-glib-1.0
|
||||
ostree-1 >= 2015.1 libgsystem >= 2015.1
|
||||
rpm hawkey libhif >= 0.2.0])
|
||||
rpm hawkey libhif >= 0.2.0
|
||||
libarchive])
|
||||
# Hawkey ABI change in 0.5.3
|
||||
AC_MSG_CHECKING([For hawkey 0.5.3 ABI break])
|
||||
AC_TRY_COMPILE([#include <stdlib.h>
|
||||
|
Loading…
Reference in New Issue
Block a user