From 4326f0020d31e17ccdc1ef991bbc50bdddc47abf Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 6 May 2012 04:56:10 +0000 Subject: libfcgi: fix build problem of libfcgi++ Fix the way libfcgi++ is linked against libfcgi to solve the http://autobuild.buildroot.org/results/f8e88e93f32e4e94ac9aef5a3f3f2826f1970453/build-end.log build problem. Since we're fixing Makefile.am, take that opportunity to add -lm where needed, to avoid the need of using custom LDFLAGS in libfcgi.mk. Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- package/libfcgi/libfcgi.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/libfcgi/libfcgi.mk') diff --git a/package/libfcgi/libfcgi.mk b/package/libfcgi/libfcgi.mk index 46251655d..22ac2f166 100644 --- a/package/libfcgi/libfcgi.mk +++ b/package/libfcgi/libfcgi.mk @@ -7,6 +7,6 @@ LIBFCGI_VERSION = 2.4.0 LIBFCGI_SOURCE = fcgi-$(LIBFCGI_VERSION).tar.gz LIBFCGI_SITE = http://www.fastcgi.com/dist LIBFCGI_INSTALL_STAGING = YES -LIBFCGI_CONF_ENV = LDFLAGS="$(TARGET_LDFLAGS) -lm" +LIBFCGI_AUTORECONF = YES $(eval $(call AUTOTARGETS)) -- cgit v1.2.3