@dmnks commented on this pull request.


>  pkg_check_modules(READLINE IMPORTED_TARGET readline)
 pkg_check_modules(ZSTD IMPORTED_TARGET libzstd>=1.3.8)
 pkg_check_modules(LIBELF IMPORTED_TARGET libelf)
 pkg_check_modules(LIBDW IMPORTED_TARGET libdw)
 pkg_check_modules(LIBLZMA IMPORTED_TARGET liblzma>=5.2.0)
 
+# file >= 5.39 ships a pkg-config, may move to that later
+find_path(MAGIC_INCLUDE_DIR NAMES magic.h)
+find_library(MAGIC_LIBRARY NAMES magic)
+if (NOT (MAGIC_INCLUDE_DIR AND MAGIC_LIBRARY))

(In fact, 3.18 was the version where REQUIRED was added)

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2468#discussion_r1159435702
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/pull/2468/review/1374296...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to