[Pommed-commits] r284 - in trunk: . pommed

Julien Blache jblache at alioth.debian.org
Mon Feb 26 13:33:57 CET 2007


Author: jblache
Date: 2007-02-26 13:33:57 +0100 (Mon, 26 Feb 2007)
New Revision: 284

Modified:
   trunk/INSTALL
   trunk/pommed/Makefile
Log:
libpci.a is no longer needed on PowerPC.


Modified: trunk/INSTALL
===================================================================
--- trunk/INSTALL	2007-02-24 14:19:29 UTC (rev 283)
+++ trunk/INSTALL	2007-02-26 12:33:57 UTC (rev 284)
@@ -11,6 +11,7 @@
 
 pommed requires:
  - libsmbios (on Intel machines only)
+ - pciutils (libpci.a, on Intel machines only)
  - zlib
  - libconfuse
  - libdbus

Modified: trunk/pommed/Makefile
===================================================================
--- trunk/pommed/Makefile	2007-02-24 14:19:29 UTC (rev 283)
+++ trunk/pommed/Makefile	2007-02-26 12:33:57 UTC (rev 284)
@@ -25,7 +25,7 @@
 
 OF_OBJS = $(OF_SOURCES:%.c=%.o)
 
-LIBS = /usr/lib/libpci.a pmac/oflib/oflib.a
+LIBS = pmac/oflib/oflib.a
 
 else
 




More information about the Pommed-commits mailing list