make base64 respect CC and CFLAGS when compiling
This commit is contained in:
parent
20ed472c64
commit
fdf9c9001c
13
converters/base64/patches/patch-aa
Normal file
13
converters/base64/patches/patch-aa
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
--- Makefile.orig Mon Aug 11 14:10:15 1997
|
||||||
|
+++ Makefile Wed Oct 20 22:45:51 1999
|
||||||
|
@@ -1,8 +1,8 @@
|
||||||
|
|
||||||
|
-CC = cc
|
||||||
|
+#CC = cc
|
||||||
|
PROGS = base64
|
||||||
|
#CFLAGS = -g
|
||||||
|
-CFLAGS = -O
|
||||||
|
+#CFLAGS = -O
|
||||||
|
|
||||||
|
all: $(PROGS)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user