From: Michael Tremer Date: Wed, 3 Apr 2019 21:52:04 +0000 (+0000) Subject: freeradius: handle special LDFLAGS to configure X-Git-Tag: v2.23-core131~67 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=94f89b821e0307f69bd99b19ca895219d779fabc;p=ipfire-2.x.git freeradius: handle special LDFLAGS to configure Signed-off-by: Arne Fitzenreiter --- diff --git a/lfs/freeradius b/lfs/freeradius index 6f38360560..f8232d690e 100644 --- a/lfs/freeradius +++ b/lfs/freeradius @@ -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