From 4fc9b27d265ded103ab71b65f9a98b42c0feeaf1 Mon Sep 17 00:00:00 2001 From: Shibby Date: Fri, 22 Jul 2016 20:08:13 +0200 Subject: [PATCH] fix spawn-fcgi compilation --- release/src/router/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/src/router/Makefile b/release/src/router/Makefile index 1d0af37bbb..0b4e248b64 100644 --- a/release/src/router/Makefile +++ b/release/src/router/Makefile @@ -1648,7 +1648,7 @@ ebtables-clean: #Roadkill spawn-fcgi/stamp-h1: - cd spawn-fcgi && CC=$(CC) \ + cd spawn-fcgi && autoreconf && CC=$(CC) \ CFLAGS="-Os -Wall $(EXTRACFLAGS) -ffunction-sections -fdata-sections" \ LDFLAGS="-ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC" \ ac_cv_func_malloc_0_nonnull=yes \ -- 2.11.4.GIT