14 lines
295 B
Diff
14 lines
295 B
Diff
|
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
|
||
|
|