X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=5a3cbe55ea7d2e7a6c31453e7009abff5505e21b;hb=edca61feba2256cd711f71850bbed0e68e98d522;hp=be2d3fd2b1d5c5f2fbedbf1f1d779b7224a6ac45;hpb=6eedb6a104486c2df4384195e5dfc487d97c5beb;p=pspp diff --git a/ChangeLog b/ChangeLog index be2d3fd2b1..5a3cbe55ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2011-06-17 Bruno Haible + + Fix tests link errors. + * modules/ceil-ieee-tests (Makefile.am): Use CEIL_LIBM, not FLOOR_LIBM. + * modules/chown-tests (Makefile.am): Don't link test-chown with + LIBINTL. + * modules/lchown-tests (Makefile.am): Don't link test-lchown with + LIBINTL. + * modules/utimens-tests (Makefile.am): Don't link test-utimens with + LIBINTL. + * modules/futimens-tests (Makefile.am): Don't link test-futimens with + LIBINTL. + 2011-06-16 Bruno Haible crypto/gc-sha1: Fix recent regression.