Author: pebender
Date: Tue Jul 14 00:47:08 2009
New Revision: 5160
Modified:
trunk/gar-minimyth/script/lib/libuuid/Makefile
Log:
- Fixed error in the lib/libuuid that prevented it from compiling.
Modified: trunk/gar-minimyth/script/lib/libuuid/Makefile
==============================================================================
--- trunk/gar-minimyth/script/lib/libuuid/Makefile (original)
+++ trunk/gar-minimyth/script/lib/libuuid/Makefile Tue Jul 14 00:47:08 2009
@@ -27,7 +27,7 @@
--disable-blkid-debug \
--disable-testio-debug \
--enable-libuuid \
- --disable-libblkid \
+ --enable-libblkid \
--disable-debugfs \
--disable-imager \
--disable-resizer \
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---