pommed/pommed-hardcoded_libpci.patch

14 lines
325 B
Diff

Index: pommed/Makefile
===================================================================
--- pommed/Makefile.orig
+++ pommed/Makefile
@@ -53,7 +53,7 @@ ifeq ($(LIBPCI_SHARED), true)
CFLAGS += $(LIBPCI_CFLAGS)
LDFLAGS += $(LIBPCI_LIBS)
else
- LIBS = /usr/lib/libpci.a
+ LIBS = -lpci -ldbus-1
LDFLAGS += -lz
endif