Author: pebender
Date: Tue Jan 13 07:02:06 2009
New Revision: 4238

Modified:
    trunk/gar-minimyth/html/minimyth/document-changelog.txt
    trunk/gar-minimyth/script/lib/libftdi/Makefile

Log:
- Fixed lib/libftdi so that it does detect the system's boost library and
   so that it does not require the boost library even though it is
   included in MiniMyth.



Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt     (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt     Tue Jan 13  
07:02:06 2009
@@ -1,7 +1,7 @@
  MiniMyth Changelog

   
--------------------------------------------------------------------------------
-Changes since 63 (2009-01-12):
+Changes since 63 (2009-01-13):

  Current MythTV versions
      MythTV 0.20-softpad: version 0.20.2.softpad, release-0-20-fixes branch  
svn 16082,
@@ -73,6 +73,11 @@
        MM_X_MODELINE_2 to fail with perl init scripts.
      - Added an instance number to persistent device names to remove any
        chance of duplicate names.
+
+Fixed build system
+    - Fixed lib/libftdi so that it does detect the system's boost library  
and
+      so that it does not require the boost library even though it is
+      included in MiniMyth.

  Updated packages
      Updated db/sqlite.

Modified: trunk/gar-minimyth/script/lib/libftdi/Makefile
==============================================================================
--- trunk/gar-minimyth/script/lib/libftdi/Makefile      (original)
+++ trunk/gar-minimyth/script/lib/libftdi/Makefile      Tue Jan 13 07:02:06 2009
@@ -19,7 +19,10 @@
  CONFIGURE_ARGS = $(DIRPATHS) --build=$(GARBUILD) --host=$(GARHOST) \
        --enable-shared \
        --disable-static \
-       --with-gnu-ld
+       --disable-libftdipp \
+       --with-gnu-ld \
+       --with-boost="$(DESTDIR)$(prefix)" \
+       --with-boost-libdir="$(DESTDIR)$(libdir)"

  CONFIGURE_ENV = \
        ac_cv_path_HAVELIBUSB=$(DESTDIR)$(bindir)/libusb-config

--~--~---------~--~----~------------~-------~--~----~
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