@pmatilai commented on this pull request.


> @@ -52,6 +52,23 @@ RUN dnf -y install \
   && dnf clean all
 RUN echo "%_dbpath $(rpm --eval '%_dbpath')" > /root/.rpmmacros
 
+# Workaround for pkgconf(1)'s unlisted dependency on rpm.
+# This is needed for cmake to work without an rpm installation.
+RUN ln -sf $(rpm --eval '%{_target_platform}%{?_gnu}')-pkg-config \
+           /usr/bin/pkg-config
+
+RUN rpm -e --nodeps --nodb \

Hey, somebody found a use-case for --nodb :partying_face: 

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

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

Reply via email to