eceafa9cc53bb14d096b17d835875f4c8d100048
[hdw-linux/hdw-linux.git] / packages / net / portmap / makefile.patch
1 --- ./Makefile.orig     2003-10-27 01:49:12.000000000 +0100
2 +++ ./Makefile  2003-10-27 01:55:58.000000000 +0100
3 @@ -8,7 +8,7 @@
4  # if you disagree. See `man 3 syslog' for examples. Some syslog versions
5  # do not provide this flexibility.
6  #
7 -FACILITY=LOG_MAIL
8 +FACILITY=LOG_AUTH
9  
10  # To disable host access control, comment out the following macro definition.
11  # Note: host access control requires the strtok() and strchr() routines.
12 @@ -36,7 +36,7 @@
13  # With verbose logging on, HP-UX 9.x and AIX 4.1 leave zombies behind when
14  # SIGCHLD is not ignored. Enable next macro for a fix.
15  #
16 -# ZOMBIES = -DIGNORE_SIGCHLD   # AIX 4.x, HP-UX 9.x
17 +ZOMBIES = -DIGNORE_SIGCHLD     # AIX 4.x, HP-UX 9.x
18  
19  # Uncomment the following macro if your system does not have u_long.
20  #
21 @@ -46,11 +46,11 @@
22  # libwrap.a object library. WRAP_DIR should specify the directory with
23  # that library.
24  
25 -WRAP_DIR= ../tcp_wrappers
26 +WRAP_DIR= /usr/lib
27  
28  # Auxiliary object files that may be missing from your C library.
29  #
30 -AUX    = daemon.o strerror.o
31 +AUX    = daemon.o
32  
33  # NEXTSTEP is a little different. The following seems to work with NS 3.2
34  #