pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

tcp_wrapper / no STYLE=-DPROCESS_OPTIONS



Hi,

while chasing problems w/ access to ssh I've found that tcp_wrappers
are compiled without STYLE=-DPROCESS_OPTIONS, so only the basic syntax
in hosts.allow was recognized.

Is there a special reason for not compiling tcp_wrappers by default
with STYLE=-DPROCESS_OPTIONS?


I added "MAKE_ENV+=      STYLE=-DPROCESS_OPTIONS"
to the Makfile in my pkgsrc tree to get what I want:

>-2525:	       cvs diff Makefile
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/security/tcp_wrappers/Makefile,v
retrieving revision 1.42
diff -r1.42 Makefile
50a51
> MAKE_ENV+=	STYLE=-DPROCESS_OPTIONS


This is pkgsrc_22Q1, on SunOS 5.10 Generic_147147-26 sun4v sparc, FWIW.

Kurt


Home | Main Index | Thread Index | Old Index