summaryrefslogtreecommitdiff
path: root/package/freeradius-server/patches/patch-scripts_libtool_mk
blob: 9dcbbe11435c5c645793922ab7689ba7185ed47b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- freeradius-server-3.2.6.orig/scripts/libtool.mk	2024-08-24 15:06:25.000000000 +0200
+++ freeradius-server-3.2.6/scripts/libtool.mk	2024-08-26 15:15:40.489814433 +0200
@@ -40,8 +40,8 @@ all install: ${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