diff options
Diffstat (limited to 'meta/packages/portmap/portmap-6.0/no-libwrap.patch')
| -rw-r--r-- | meta/packages/portmap/portmap-6.0/no-libwrap.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/packages/portmap/portmap-6.0/no-libwrap.patch b/meta/packages/portmap/portmap-6.0/no-libwrap.patch deleted file mode 100644 index a880da6253..0000000000 --- a/meta/packages/portmap/portmap-6.0/no-libwrap.patch +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 1 | Index: Makefile | ||
| 2 | =================================================================== | ||
| 3 | --- Makefile.orig 2007-05-15 16:00:17.000000000 +0200 | ||
| 4 | +++ Makefile 2007-05-15 16:00:55.000000000 +0200 | ||
| 5 | @@ -19,8 +19,8 @@ | ||
| 6 | # USE_DNS to add hostname tests in hosts.allow/deny. | ||
| 7 | |||
| 8 | ifeq ($(NO_TCP_WRAPPER),) | ||
| 9 | -CPPFLAGS += -DHOSTS_ACCESS | ||
| 10 | -WRAP_LIB = -lwrap | ||
| 11 | +#CPPFLAGS += -DHOSTS_ACCESS | ||
| 12 | +#WRAP_LIB = -lwrap | ||
| 13 | ifdef USE_DNS | ||
| 14 | CPPFLAGS += -DENABLE_DNS | ||
| 15 | MAN_SED += -e 's/USE_DNS/yes/' | ||
