]> git.ipfire.org Git - people/fbuehrle/ipfire-2.x.git/commitdiff
freeradius: handle special LDFLAGS to configure
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 3 Apr 2019 21:52:04 +0000 (21:52 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 3 Apr 2019 21:52:04 +0000 (21:52 +0000)
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/freeradius

index 6f383605606f55cf772f802820eaf97e4969b64e..f8232d690ece2b593ad7a1e1ea5afd888166ca1e 100644 (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