From: "Lan Yixun (dlan)" <dennis.yxun@xxxxxxxxx> quote: "Don't use this variable to pass library names (-l) to the linker; use LIBS instead." see the section "Variable: LDFLAGS" [1] http://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/Preset-Output-Variables.html#Preset-Output-Variables Signed-off-by: Lan Yixun (dlan) <dennis.yxun@xxxxxxxxx> --- Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.rules b/Makefile.rules index d00ba3c..b4fab4c 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -45,7 +45,7 @@ LD ?= ld SOLDFLAGS = -shared CFLAGS += -D_REENTRANT -D_FILE_OFFSET_BITS=64 -LDFLAGS += -lpthread +LIBS += -lpthread ifdef TIRPCLIB CFLAGS += -I/usr/include/tirpc -- 1.8.3.2 -- To unsubscribe from this list: send the line "unsubscribe autofs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html