3fea9bac10
OBS-URL: https://build.opensuse.org/package/show/Base:System/pommed?expand=0&rev=e1ced65fb682dbe53530b16cf2295d47
14 lines
325 B
Diff
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
|
|
|