aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/uftp/files/patch-Makefile
blob: 1058b447688e385e605a9722e7b86080ce4c180a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- makefile.orig   2009-06-14 04:29:21.000000000 +0400
+++ makefile    2009-06-17 13:58:51.000000000 +0400
@@ -1,10 +1,10 @@
 UNAME_S:=$(shell uname -s)
 
 # defaults
-CC = gcc
-OPTIONS=-g -Wall
-LDLIBS=-lc -lm
-CFLAGS=
+CC ?= gcc
+OPTIONS=
+LDLIBS=-lm
+CFLAGS?=
 
 # Sun
 ifeq ("SunOS", "$(UNAME_S)")