|
Lines 1-5
Link Here
|
| 1 |
--- Makefile.orig Tue Jan 28 13:03:48 2003 |
1 |
--- Makefile.orig 2014-07-05 20:02:54.000000000 +0200 |
| 2 |
+++ Makefile Tue Jan 28 13:04:35 2003 |
2 |
+++ Makefile 2014-07-05 20:06:02.000000000 +0200 |
| 3 |
@@ -1,23 +1,23 @@ |
3 |
@@ -1,23 +1,23 @@ |
| 4 |
#configureable stuff |
4 |
#configureable stuff |
| 5 |
-PREFIX ?= /usr/local |
5 |
-PREFIX ?= /usr/local |
|
Lines 17-30
Link Here
|
| 17 |
#INSTALL=/usr/ucb/install |
17 |
#INSTALL=/usr/ucb/install |
| 18 |
|
18 |
|
| 19 |
-CFLAGS= -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings \ |
19 |
-CFLAGS= -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings \ |
| 20 |
- -Wstrict-prototypes -Wnested-externs -Winline -Werror -g -Wcast-align \ |
20 |
+CFLAGS+= -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings \ |
| 21 |
- -DSENDIP_LIBS=\"$(LIBDIR)\" |
21 |
-Wstrict-prototypes -Wnested-externs -Winline -Werror -g -Wcast-align \ |
| 22 |
+CFLAGS+= -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wno-empty-body -Wno-constant-conversion \ |
22 |
-DSENDIP_LIBS=\"$(LIBDIR)\" |
| 23 |
+ -Wstrict-prototypes -Wnested-externs -Winline -Werror -Wcast-align \ |
|
|
| 24 |
+ -DSENDIP_LIBS=\"${LIBDIR}\" |
| 25 |
#-Wcast-align causes problems on solaris, but not serious ones |
23 |
#-Wcast-align causes problems on solaris, but not serious ones |
| 26 |
-LDFLAGS= -g -rdynamic -lm |
24 |
-LDFLAGS= -g -rdynamic -lm |
| 27 |
+LDFLAGS+= -rdynamic -lm |
25 |
+LDFLAGS= -rdynamic -lm |
| 28 |
#LDFLAGS_SOLARIS= -g -lsocket -lnsl -lm |
26 |
#LDFLAGS_SOLARIS= -g -lsocket -lnsl -lm |
| 29 |
LDFLAGS_SOLARIS= -g -lsocket -lnsl -lm -ldl |
27 |
LDFLAGS_SOLARIS= -g -lsocket -lnsl -lm -ldl |
| 30 |
LDFLAGS_LINUX= -g -rdynamic -ldl -lm |
28 |
LDFLAGS_LINUX= -g -rdynamic -ldl -lm |