freeradius: handle special LDFLAGS to configure

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Michael Tremer
2019-04-03 21:52:04 +00:00
committed by Arne Fitzenreiter
parent 48d3cde9ce
commit 94f89b821e

View File

@@ -98,7 +98,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
--without-rlm_sql_db2 \
--without-rlm_sql_oracle \
--without-rlm_sql_sqlite \
--without-rlm_sql_mysql
--without-rlm_sql_mysql \
LDFLAGS="$(LDFLAGS)"
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install