]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/freeradius
freeradius: Fix extra whitespace
[ipfire-2.x.git] / lfs / freeradius
index 96669c7d57045c5b604ebe644f1f5d4d9daa57f0..604116f6c8d69e940f5134b5626a128f379c66ff 100644 (file)
@@ -36,6 +36,10 @@ PAK_VER    = 5
 
 DEPS       = "samba"
 
+ifeq "$(BUILD_ARCH)" "armv5tel"
+       LDFLAGS += -latomic
+endif
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -94,7 +98,8 @@ $(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