mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
Closes: https://bugs.gentoo.org/740340 Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
14 lines
344 B
Diff
14 lines
344 B
Diff
diff --git a/is_utf8/Makefile b/is_utf8/Makefile
|
|
index 13b1021..f0a111e 100644
|
|
--- a/is_utf8/Makefile
|
|
+++ b/is_utf8/Makefile
|
|
@@ -37,7 +37,7 @@ LINKERNAME = lib$(NAME).so
|
|
SONAME = $(LINKERNAME).$(VERSION)
|
|
REALNAME = $(SONAME).$(MINOR).$(RELEASE)
|
|
|
|
-CC = gcc
|
|
+CC ?= gcc
|
|
CFLAGS ?= -O3 -Wextra -Wall -ansi -Wstrict-prototypes
|
|
|
|
$(NAME): $(OBJ)
|