]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Makefile.in (mke2fs.static): Add the blkid library to so
authorTheodore Ts'o <tytso@mit.edu>
Fri, 25 Jun 2004 04:55:12 +0000 (00:55 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 25 Jun 2004 04:55:12 +0000 (00:55 -0400)
mke2fs.static builds correctly.

misc/ChangeLog
misc/Makefile.in

index f10d9911f0bdfc65d79560a33aff642ca8304e4c..38c286c608ffb314ae9f3d4efbae0c46d5fdb639 100644 (file)
@@ -1,3 +1,8 @@
+2004-06-25  Theodore Ts'o  <tytso@mit.edu>
+
+       * Makefile.in (mke2fs.static): Add the blkid library to so
+               mke2fs.static builds correctly.
+
 2004-04-11  Theodore Ts'o  <tytso@mit.edu>
 
        * tune2fs.8.in: Fixed spelling error (Addresses Debian Bug #242995)
index 61176ef39f93f8ef690110d35b559e951911e56e..2f1b0e8a0115a21d5db92140d30670937534bca8 100644 (file)
@@ -88,9 +88,10 @@ mke2fs: $(MKE2FS_OBJS) $(DEPLIBS) $(LIBE2P) $(DEPLIBUUID) $(DEPLIBS_BLKID)
        $(CC) $(ALL_LDFLAGS) -o mke2fs $(MKE2FS_OBJS) $(LIBS) $(LIBS_BLKID) \
                $(LIBE2P) $(LIBUUID) $(LIBINTL)
 
-mke2fs.static: $(MKE2FS_OBJS) $(STATIC_DEPLIBS) $(STATIC_LIBE2P) $(DEPSTATIC_LIBUUID)
+mke2fs.static: $(MKE2FS_OBJS) $(STATIC_DEPLIBS) $(STATIC_LIBE2P) $(DEPSTATIC_LIBUUID) $(DEPSTATIC_LIBBLKID)
        $(CC) $(ALL_LDFLAGS) -static -o mke2fs.static $(MKE2FS_OBJS) \
-               $(STATIC_LIBS) $(STATIC_LIBE2P) $(STATIC_LIBUUID) $(LIBINTL)
+               $(STATIC_LIBS) $(STATIC_LIBE2P) $(STATIC_LIBBLKID) \
+               $(STATIC_LIBUUID) $(LIBINTL)
 
 resize2fs: resize2fs.o $(DEPLIBS)
        $(CC) $(ALL_LDFLAGS) -o resize2fs resize2fs.o $(LIBS) $(LIBINTL)