pommed/pommed-hardcoded_libpci.patch

14 lines
295 B
Diff
Raw Normal View History

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