aboutsummaryrefslogtreecommitdiffstats
path: root/biology/vt/files/patch-lib_pcre2_Makefile
blob: 05179b0f993499a7c274751792198d6b61069542 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- lib/pcre2/Makefile.orig	2020-06-04 16:13:50 UTC
+++ lib/pcre2/Makefile
@@ -28,7 +28,7 @@ TOOLSRC = $(SOURCES:=.c)
 TOOLOBJ = $(TOOLSRC:.c=.o)
 
 .c.o :
-	gcc -g -O3 -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=8 -I. -o $@ -c $*.c
+	${CC} ${CFLAGS} -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=8 -I. -o $@ -c $*.c
 
 libpcre2.a: $(TOOLOBJ) 
 	@-rm -f $@