[Rpm-maint] [rpm-software-management/rpm] Add zstd compressed payload support to RPM (from @n3npq in #256) (#295)

Neal Gompa (ニール・ゴンパ) notifications at github.com
Mon Jul 31 11:56:28 UTC 2017


Conan-Kudo commented on this pull request.



> @@ -203,6 +204,20 @@ AC_CHECK_HEADERS([lzma.h],[
 AC_SUBST(WITH_LZMA_LIB)
 
 #=================
+# Check for zstd library.
+
+dnl # Facebook Zstd
+RPM_CHECK_LIB(

`RPM_CHECK_LIB` makes it work when pkgconfig isn't available (macOS, etc.). It also makes it easy to support internal or external libraries for rpm, which can be handy for stuff where relying on shared libraries might get dangerous.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/295#discussion_r130333537
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20170731/fdfbdcf1/attachment.html>


More information about the Rpm-maint mailing list