Darwin systems when building with shared libraries.
+2003-04-21 Theodore Ts'o <tytso@mit.edu>
+
+ * Makefile.in: Use DYLD_LIBRAY_PATH so that "make check" works on
+ Darwin systems when building with shared libraries.
+
2003-04-18 Theodore Ts'o <tytso@mit.edu>
* unix_io.c: Use __CYGWIN__ instead of CYGWIN.
$(CC) -o mkjournal $(srcdir)/mkjournal.c -DDEBUG $(STATIC_LIBEXT2FS) $(LIBCOM_ERR) $(ALL_CFLAGS)
check:: tst_badblocks tst_iscan @SWAPFS_CMT@ tst_byteswap
- LD_LIBRARY_PATH=$(LIB) ./tst_badblocks
- LD_LIBRARY_PATH=$(LIB) ./tst_iscan
-@SWAPFS_CMT@ LD_LIBRARY_PATH=$(LIB) ./tst_byteswap
+ LD_LIBRARY_PATH=$(LIB) DYLD_LIBRARY_PATH=$(LIB) ./tst_badblocks
+ LD_LIBRARY_PATH=$(LIB) DYLD_LIBRARY_PATH=$(LIB) ./tst_iscan
+@SWAPFS_CMT@ LD_LIBRARY_PATH=$(LIB) DYLD_LIBRARY_PATH=$(LIB) ./tst_byteswap
installdirs::
$(top_srcdir)/mkinstalldirs $(DESTDIR)$(libdir) \
+2003-04-21 Theodore Ts'o <tytso@mit.edu>
+
+ * Makefile.in: Use DYLD_LIBRAY_PATH so that "make check" works on
+ Darwin systems when building with shared libraries.
+
2003-04-12 Theodore Ts'o <tytso@mit.edu>
* gen_uuid.c: Add #ifdef checks around #include <sys/ioctl.h> and
$(RM) -f ../libuuid.a ../libuuid_p.a tst_uuid uuid_time $(SMANPAGES)
check:: tst_uuid
- LD_LIBRARY_PATH=$(LIB) ./tst_uuid
+ LD_LIBRARY_PATH=$(LIB) DYLD_LIBRARY_PATH=$(LIB) ./tst_uuid
mostlyclean:: clean
distclean:: clean
+2003-04-21 Theodore Ts'o <tytso@mit.edu>
+
+ * Makefile.in: Use DYLD_LIBRAY_PATH so that "make check" works on
+ Darwin systems when building with shared libraries.
+
2003-03-06 <tytso@mit.edu>
* resize2fs.c (blocks_to_move): Bug fix; we were incorrectly
done
test_extent.out: test_extent $(srcdir)/test_extent.in
- LD_LIBRARY_PATH=$(LIB) ./test_extent < $(srcdir)/test_extent.in \
+ LD_LIBRARY_PATH=$(LIB) DYLD_LIBRARY_PATH=$(LIB) ./test_extent < $(srcdir)/test_extent.in \
> test_extent.out
check:: test_extent.out