Author: matthew
Date: 2009-05-11 12:49:09 -0600 (Mon, 11 May 2009)
New Revision: 2074

Added:
   trunk/util-linux-ng/
   trunk/util-linux-ng/util-linux-ng-2.15-compile_fix-1.patch
Log:
Add patch to fix a compilation failure with Util-Linux-NG-2.15

Added: trunk/util-linux-ng/util-linux-ng-2.15-compile_fix-1.patch
===================================================================
--- trunk/util-linux-ng/util-linux-ng-2.15-compile_fix-1.patch                  
        (rev 0)
+++ trunk/util-linux-ng/util-linux-ng-2.15-compile_fix-1.patch  2009-05-11 
18:49:09 UTC (rev 2074)
@@ -0,0 +1,19 @@
+Submitted By:            Matt Burgess <matthew_at_linuxfromscratch_dot_org>
+Date:                    2009-05-11
+Initial Package Version: 2.15
+Upstream Status:         From Upstream
+Origin:                  Upstream
+Description:             Fixes a compilation error triggered by
+                         'make -C mount mount'.
+
+diff -Naur util-linux-ng-2.15.orig/config/include-Makefile.am 
util-linux-ng-2.15/config/include-Makefile.am
+--- util-linux-ng-2.15.orig/config/include-Makefile.am 2009-03-25 
12:20:16.000000000 +0000
++++ util-linux-ng-2.15/config/include-Makefile.am      2009-05-11 
18:32:49.000000000 +0000
+@@ -17,6 +17,7 @@
+ # Paths to in-tree libraries (use ul_ prefix to avoid possible collisions)
+ #
+ ul_libblkid_srcdir = $(top_srcdir)/libs/blkid/src
++ul_libblkid_builddir = $(top_builddir)/libs/blkid/src
+ ul_libblkid_la = $(top_builddir)/libs/blkid/src/libblkid.la
+ 
+ $(ul_libblkid_la):

-- 
http://linuxfromscratch.org/mailman/listinfo/patches
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to