patch-scripts_libtool_mk 397 B

1234567891011
  1. --- freeradius-server-3.0.13.orig/scripts/libtool.mk 2017-03-06 14:58:04.000000000 +0100
  2. +++ freeradius-server-3.0.13/scripts/libtool.mk 2017-03-30 05:46:58.583531343 +0200
  3. @@ -44,7 +44,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