ports/databases/redis5/files/patch-deps-linenoise-Makefile
Sergey A. Osokin 8b939f044b Repo-copy databases/redis to databases/redis5.
Update CONFLICTS.
Do not connect to the build.
2021-01-13 15:37:27 +00:00

15 lines
294 B
Text

--- deps/linenoise/Makefile.orig 2019-09-25 10:40:18 UTC
+++ deps/linenoise/Makefile
@@ -1,10 +1,10 @@
STD=
WARN= -Wall
-OPT= -Os
+#OPT= -Os
R_CFLAGS= $(STD) $(WARN) $(OPT) $(DEBUG) $(CFLAGS)
R_LDFLAGS= $(LDFLAGS)
-DEBUG= -g
+#DEBUG= -g
R_CC=$(CC) $(R_CFLAGS)
R_LD=$(CC) $(R_LDFLAGS)