summaryrefslogtreecommitdiff
path: root/system/pommed/patches/pommed-1.26-link_libpci_a.diff
diff options
context:
space:
mode:
Diffstat (limited to 'system/pommed/patches/pommed-1.26-link_libpci_a.diff')
-rw-r--r--system/pommed/patches/pommed-1.26-link_libpci_a.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/system/pommed/patches/pommed-1.26-link_libpci_a.diff b/system/pommed/patches/pommed-1.26-link_libpci_a.diff
new file mode 100644
index 0000000000..fe813f8299
--- /dev/null
+++ b/system/pommed/patches/pommed-1.26-link_libpci_a.diff
@@ -0,0 +1,12 @@
+diff -Nur pommed-1.26.orig/pommed/Makefile pommed-1.26/pommed/Makefile
+--- pommed-1.26.orig/pommed/Makefile 2009-03-14 08:13:17.000000000 -0500
++++ pommed-1.26/pommed/Makefile 2009-07-29 11:12:08.162491222 -0500
+@@ -53,7 +53,7 @@
+ CFLAGS += $(LIBPCI_CFLAGS)
+ LDFLAGS += $(LIBPCI_LIBS)
+ else
+- LIBS = /usr/lib/libpci.a
++ LIBS = /usr/lib64/libpci.a
+ LDFLAGS += -lz
+ endif
+