fix compile on Ubuntu
commitfff290d0348ec85796d71a8d82ec1ca83e84d3bb
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 8 May 2012 07:55:34 +0000 (8 10:55 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 8 May 2012 07:55:34 +0000 (8 10:55 +0300)
tree2b4e8efff06d46f0a7f66d78bb8524f0b62c7d01
parent309cca7650d685541e9196cdcdf7f76d596d0a82
fix compile on Ubuntu

In Ubuntu the LDFLAGS need to go at the end of the compile command.
Apparently this is because gcc is passing an --as-needed to ld by default
on Ubuntu now.

Reported-by: Bastian Hecht <hechtb@googlemail.com>
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Makefile