Revision: 5650
Author: pebender
Date: Sat Oct 10 08:30:07 2009
Log: - Fixed bug that caused utils/pciutils to no install headers needed to  
use
   libpci.


http://code.google.com/p/minimyth/source/detail?r=5650

Modified:
  /trunk/gar-minimyth/html/minimyth/document-changelog.txt
  /trunk/gar-minimyth/script/utils/pciutils/Makefile

=======================================
--- /trunk/gar-minimyth/html/minimyth/document-changelog.txt    Sat Oct 10  
07:07:52 2009
+++ /trunk/gar-minimyth/html/minimyth/document-changelog.txt    Sat Oct 10  
08:30:07 2009
@@ -117,6 +117,8 @@
      - Patched system/g15daemon so that it does not add includedir to  
CPPFLAGS.
      - Modified db/mysql compiler options to fix problems on x86_64 targets,
        see <http://www.minimyth.org/forum/viewtopic.php?f=5&t=2393>.
+    - Fixed bug that caused utils/pciutils to no install headers needed to  
use
+      libpci.

  Removed packages
      Removed nvidia/nvidia-185.18.31.
=======================================
--- /trunk/gar-minimyth/script/utils/pciutils/Makefile  Sat Aug 15 12:34:17  
2009
+++ /trunk/gar-minimyth/script/utils/pciutils/Makefile  Sat Oct 10 08:30:07  
2009
@@ -15,16 +15,6 @@
  BUILD_SCRIPTS   = $(WORKSRC)/Makefile
  INSTALL_SCRIPTS = $(WORKSRC)/Makefile

-PREFIX=/usr/local
-SBINDIR=$(PREFIX)/sbin
-SHAREDIR=$(PREFIX)/share
-IDSDIR=$(SHAREDIR)
-MANDIR:=$(shell if [ -d $(PREFIX)/share/man ] ; then echo  
$(PREFIX)/share/man ; else echo $(PREFIX)/man ; fi)
-INCDIR=$(PREFIX)/include
-LIBDIR=$(PREFIX)/lib
-PKGCFDIR=$(LIBDIR)/pkgconfig
-
-# Commands
  BUILD_ARGS   = \
        OPT="$(CFLAGS)" \
        HOST="$(GARCH_FAMILY)-dummy-linux" \
@@ -66,7 +56,8 @@
        STRIP="" \
        CC="$(CC)" \
        AR="$(AR)" \
-       RANLIB="$(RANLIB)"
+       RANLIB="$(RANLIB)" \
+       install-lib

  GAR_EXTRA_CONF += kernel-$(mm_KERNEL_VERSION)/linux/package-api.mk
  include ../../gar.mk

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to