summaryrefslogtreecommitdiff
path: root/package/freeradius-server/patches/patch-scripts_libtool_mk
blob: bcfdeff891129168a9a9f6c9301930dac107352b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- freeradius-server-3.2.3.orig/scripts/libtool.mk	2023-05-26 15:56:52.000000000 +0200
+++ freeradius-server-3.2.3/scripts/libtool.mk	2024-02-27 03:44:17.243010645 +0100
@@ -48,8 +48,8 @@ ifeq "${LIBTOOL}" "JLIBTOOL"
     # binary!
     ${JLIBTOOL}: ${top_makedir}/jlibtool.c
 	$(Q)mkdir -p $(dir $@)
-	$(Q)echo CC jlibtool.c
-	$(Q)${CC} $< -o $@ ${JLIBTOOL_DEFS}
+	$(Q)echo CC_FOR_BUILD jlibtool.c
+	${CC_FOR_BUILD} $< -o $@ ${JLIBTOOL_DEFS}
 
     clean: jlibtool_clean