From 7f1af3e8a93fc3a70683c1745fa9286baa1e48ee Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Thu, 2 Sep 2021 02:36:19 +0200 Subject: [PATCH] Fix configure and make warning --- SPECS/ihttpd.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SPECS/ihttpd.spec b/SPECS/ihttpd.spec index a806244..693e93a 100644 --- a/SPECS/ihttpd.spec +++ b/SPECS/ihttpd.spec @@ -136,7 +136,7 @@ export LDFLAGS="-Wl,-z,relro,-z,now" # Hard-code path to links to avoid unnecessary builddep export LYNX_PATH=/usr/bin/links -%configure2_5x \ +%configure \ --enable-layout=IHttpd \ --sysconfdir='/etc' \ --includedir='/usr/include/ihttpd' \ @@ -167,7 +167,7 @@ export LYNX_PATH=/usr/bin/links --enable-modules=none \ --enable-mods-static='unixd auth_basic authn_core authn_file authz_core authz_host authz_user rewrite socache_shmcb dir mime log_config cgi ssl' -%make +%make_build export CFLAGS="$RPM_OPT_FLAGS" gcc index.bin.c -o index.bin -- 2.41.0