| 1234567891011 | --- freeradius-server-3.0.8.orig/scripts/libtool.mk	2015-04-22 19:21:34.000000000 +0200+++ freeradius-server-3.0.8/scripts/libtool.mk	2015-05-13 16:40:27.000000000 +0200@@ -33,7 +33,7 @@ ifeq "${LIBTOOL}" "JLIBTOOL"     ${JLIBTOOL}: ${top_makedir}/jlibtool.c 	$(Q)mkdir -p $(dir $@) 	$(Q)echo CC jlibtool.c-	$(Q)${CC} $< -o $@+	$(Q)${CC_FOR_BUILD} $< -o $@      clean: jlibtool_clean 
 |