https://bugzilla.redhat.com/show_bug.cgi?id=2273535



--- Comment #1 from Bryan Gurney <[email protected]> ---
This needs the "0001-fix-dmeventd-linking.patch" file, but looking at the
CentOS 9 Stream source RPM, it's a one-line change, so it's pretty easy to
extract the source directory, and make the edit, in order to construct the
patch file:

---------
$ cat SOURCES/0001-fix-dmeventd-linking.patch 
--- vdo-e7a687da9e25d563838a6d2f4ca5036c80033ceb/utils/vdo/Makefile.orig       
2024-04-12 11:30:59.343166710 -0400
+++ vdo-e7a687da9e25d563838a6d2f4ca5036c80033ceb/utils/vdo/Makefile    
2024-04-12 11:31:35.654166710 -0400
@@ -160,7 +160,7 @@ $(PROGS): [email protected] libvdo.a $(DEPLIBS)
        $(CC) $(LDFLAGS) $^ $(LDPRFLAGS) -o $@

 vdoformat: LDPRFLAGS += "-lblkid"
-vdodmeventd: LDPRFLAGS += "-ldevmapper-event"
+vdodmeventd: LDPRFLAGS += -ldevmapper -ldevmapper-event

 ifneq ($(MAKECMDGOALS),clean)
 DEPSOURCES = $(wildcard *.c)
---------

This patch file will need to be added to the main directory of the dist-git
repository.  (For locally running "mock --buildsrpm", the patch file is copied
into the "SOURCES" directory.)


-- 
You are receiving this mail because:
You are always notified about changes to this product and component
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2273535

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202273535%23c1
--
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to