This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via df95c62f3a26a71c41610df0ad49a590dc3abbb8 (commit) via 94f89b821e0307f69bd99b19ca895219d779fabc (commit) from 0e54ca260288079e008393a1d2fc5cc8b9cdb7e7 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit df95c62f3a26a71c41610df0ad49a590dc3abbb8 Merge: 94f89b821 0e54ca260 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Wed Apr 3 21:53:22 2019 +0000
Merge branch 'next' of git.ipfire.org:/pub/git/ipfire-2.x into next
commit 94f89b821e0307f69bd99b19ca895219d779fabc Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Apr 3 21:52:04 2019 +0000
freeradius: handle special LDFLAGS to configure
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: lfs/freeradius | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
Difference in files: diff --git a/lfs/freeradius b/lfs/freeradius index 6f3836056..f8232d690 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
hooks/post-receive -- IPFire 2.x development tree