summaryrefslogtreecommitdiffstats
path: root/package/libfcgi/libfcgi.mk
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-05-06 04:56:10 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-05-06 17:39:15 +0200
commit4326f0020d31e17ccdc1ef991bbc50bdddc47abf (patch)
tree3fb8af00834f5468dd1fbbaa522b3ee3e3dfdd93 /package/libfcgi/libfcgi.mk
parented7b3362ad6dc33899766c803bba51240111aa43 (diff)
downloadbuildroot-novena-4326f0020d31e17ccdc1ef991bbc50bdddc47abf.tar.gz
buildroot-novena-4326f0020d31e17ccdc1ef991bbc50bdddc47abf.zip
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 <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libfcgi/libfcgi.mk')
-rw-r--r--package/libfcgi/libfcgi.mk2
1 files changed, 1 insertions, 1 deletions
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))