projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
update to uClibc v0.9.8
[openwrt.git]
/
package
/
mini_sendmail
/
patches
/
500-flags.patch
1
--- mini_sendmail-1.3.5/Makefile.orig 2002-01-04 07:05:25.000000000 +0100
2
+++ mini_sendmail-1.3.5/Makefile 2005-06-17 01:57:06.000000000 +0200
3
@@ -7,9 +7,10 @@
4
BINDIR = /usr/local/sbin
5
MANDIR = /usr/local/man
6
CC = gcc
7
-CFLAGS = -O
8
+OFLAGS = -O
9
+CFLAGS = $(OFLAGS)
10
#CFLAGS = -g
11
-LDFLAGS = -s -static
12
+LDFLAGS =
13
#LDFLAGS = -g -static
14
LDLIBS = $(SYSV_LIBS)
15
This page took
0.050563 seconds
and
5
git commands to generate.