patch-scripts_libtool_mk 395 B

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