From 94581950be1a5be9677d4ee343fed7edfcd0b4b9 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 18 Jun 2006 21:56:18 +0000 Subject: [PATCH] Done partial LDFLAGSF and LDFLAGS platform-specific adaptability --- src/makefile.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/makefile.c b/src/makefile.c index 51bd55c..8db9a31 100644 --- a/src/makefile.c +++ b/src/makefile.c @@ -322,7 +322,6 @@ static void _variables_binary(Configure * configure, Config * config, FILE * fp, static void _binary_ldflags(Configure * configure, Config * config, FILE * fp, String const * ldflags) { - /* FIXME remove -l dl and -l crypt on BSD, check on Solaris etc */ char * libs_gnu[] = { "socket", NULL }; char * libs_bsd[] = { "dl", "socket", NULL }; char * libs_sunos[] = { "dl", NULL };