Subject: pkg/8968: www/ap-ssl won't build with RSAREF2 due to typos
To: None <gnats-bugs@gnats.netbsd.org>
From: Charlie Root <root@caligula.cs.umn.edu>
List: netbsd-bugs
Date: 12/07/1999 09:07:20
>Number:         8968
>Category:       pkg
>Synopsis:       www/ap-ssl won't build with RSAREF2 due to typos
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager (NetBSD software packages system bug manager)
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Dec  7 09:06:00 1999
>Last-Modified:
>Originator:     Paul Dokas
>Organization:
	Dept of Computer Science, University of Minnesota
>Release:        -current as of Dec 5, 1999
>Environment:

System: NetBSD caligula 1.4P NetBSD 1.4P (CTHULHU) #13: Mon Dec 6 10:49:01 CST 1999 root@caligula:/big/src/sys/arch/i386/compile/CTHULHU i386


>Description:

The ap-ssl package won't build with RSAREF2 due to a typo in the Makefile.

>How-To-Repeat:

cd /usr/pkgsrc/www/ap-ssl
make

>Fix:

Here's a patch against /usr/pkgsrc/www/ap-ssl/Makefile:

*** ./Makefile  Tue Dec  7 10:46:15 1999
--- ./Makefile.orig     Wed Dec  1 07:31:50 1999
***************
*** 33,39 ****
  
  CONFIGURE_ARGS+=      --with-apxs=${PREFIX}/sbin/apxs --with-ssl=${PREFIX}
  .if defined(USE_RSAREF2) && ${USE_RSAREF2} == YES
! CONFIGURE_ARGS+=      --with-rsa=${PREFIX}/lib
  .endif
  
  post-install:
--- 33,39 ----
  
  CONFIGURE_ARGS+=      --with-apxs=${PREFIX}/sbin/apxs --with-ssl=${PREFIX}
  .if defined(USE_RSAREF2) && ${USE_RSAREF2} == YES
! CONFIUGRE_ARGS+=      --with-rsa=${PREFIX}
  .endif
  
  post-install:

>Audit-Trail:
>Unformatted: