Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jan 2003 06:10:03 -0800 (PST)
From:      Sergei Kolobov <sergei@kolobov.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/47103: [NEW PORT] security/opencdk: Open Crypto Development Kit
Message-ID:  <200301161410.h0GEA3nR070507@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/47103; it has been noted by GNATS.

From: Sergei Kolobov <sergei@kolobov.com>
To: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/47103: [NEW PORT] security/opencdk: Open Crypto Development Kit
Date: Thu, 16 Jan 2003 17:04:39 +0300

 On 2003-01-16 at 06:30 +0100, Simon 'corecode' Schubert wrote:
 > Lately Sergei Kolobov told:
 > 
 > > XCONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 > > X		LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
 > 
 > are you sure you don't want to use
 > CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
 > 		LDFLAGS="${LDFLAGS} -L${LOCALBASE}/liv -lgnugetopt"
 > 
 > so that the user can tweak stuff himself (-static or whatever)?
 
 Of course you are right! Thanks for catching this.
 
 Patch relative to the submitted PR:
 
 --- Makefile.orig	Thu Jan 16 16:58:28 2003
 +++ Makefile	Thu Jan 16 16:59:11 2003
 @@ -21,8 +21,8 @@
  USE_LIBTOOL=	yes
  INSTALLS_SHLIB=	yes
  CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 -CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 -		LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
 +CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
 +		LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -lgnugetopt"
  
  DOCS=		AUTHORS NEWS README THANKS
  

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301161410.h0GEA3nR070507>