patch-src_modules_rlm_perl_Makefile_in 471 B

12345678910111213
  1. $OpenBSD: patch-src_modules_rlm_perl_Makefile_in,v 1.3 2008/01/21 22:21:24 rui Exp $
  2. --- src/modules/rlm_perl/Makefile.in.orig Sun Jan 22 21:46:41 2006
  3. +++ src/modules/rlm_perl/Makefile.in Mon Jan 21 16:21:31 2008
  4. @@ -7,7 +7,7 @@ SRCS = rlm_perl.c
  5. HEADERS =
  6. RLM_CFLAGS = @perl_cflags@
  7. RLM_LIBS = @perl_ldflags@
  8. -RLM_INSTALL = install-scripts
  9. +RLM_INSTALL =
  10. ## this uses the RLM_CFLAGS and RLM_LIBS and SRCS defs to make TARGET.
  11. include ../rules.mak