Whamcloud - gitweb
Makefile.in (ELF_OTHER_LIBS): The blkid library depends on the
authorTheodore Ts'o <tytso@mit.edu>
Wed, 21 May 2003 21:56:36 +0000 (17:56 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 21 May 2003 21:56:36 +0000 (17:56 -0400)
uuid library.  (Addresses Debian bug: #194094)

lib/blkid/ChangeLog
lib/blkid/Makefile.in

index a4a026e..bdf1849 100644 (file)
@@ -1,3 +1,8 @@
+2003-05-21  Theodore Ts'o  <tytso@mit.edu>
+
+       * Makefile.in (ELF_OTHER_LIBS): The blkid library depends on the
+               uuid library.  (Addresses Debian bug: #194094)
+
 2003-04-21  Theodore Ts'o  <tytso@mit.edu>
 
        * Release of E2fsprogs 1.33
index bd7cbde..fc6ecb2 100644 (file)
@@ -36,7 +36,7 @@ ELF_SO_VERSION = 1
 ELF_IMAGE = libblkid
 ELF_MYDIR = blkid
 ELF_INSTALL_DIR = $(root_libdir)
-ELF_OTHER_LIBS =
+ELF_OTHER_LIBS = -L../.. -luuid
 
 BSDLIB_VERSION = 2.0
 BSDLIB_IMAGE = libblkid