Merge branch 'linux-arc' into refs/top-bases/linux-zfs-branch

This commit is contained in:
Brian Behlendorf 2008-12-17 16:20:40 -08:00
commit 599e4757d3
2 changed files with 2 additions and 3 deletions

View File

@ -25,4 +25,4 @@ zfs_LDADD = \
$(top_builddir)/lib/libzpool/libzpool.la \
$(top_builddir)/lib/libzfs/libzfs.la
zfs_LDFLAGS = -pthread
zfs_LDFLAGS = -pthread -lm

View File

@ -16,5 +16,4 @@ ztest_LDADD = \
$(top_builddir)/lib/libzpool/libzpool.la \
$(top_builddir)/lib/libzfs/libzfs.la
ztest_LDFLAGS = -pthread
ztest_LDFLAGS = -pthread -lm