[openib-general] [PATCH ] ofascripts Create real libibverbs.a library instead of an empty file.

Steve Wise swise at opengridcomputing.com
Thu Jan 18 13:28:46 PST 2007


On Thu, 2007-01-18 at 23:20 +0200, Michael S. Tsirkin wrote:
> I thought we did this already. Vlad?
> 

I just pulled and it wasn't there so I posted this patch.


> Quoting Steve Wise <swise at opengridcomputing.com>:
> Subject: [PATCH ] ofascripts Create real libibverbs.a library instead of an empty file.
> 
> 
> Signed-off-by: Steve Wise <swise at opengridcomputing.com>
> ---
> 
>  configure |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/configure b/configure
> index c0ff88b..216864d 100755
> --- a/configure
> +++ b/configure
> @@ -600,7 +600,7 @@ ac_cv_func_ibv_register_driver=yes "
>                  [ ! -x ./configure ] && [ ! -x ./autogen.sh ] && continue
>                  [ ! -x ./configure ] && ./autogen.sh 
>          
> -                echo > libibverbs.a
> +		ar qc libibverbs.a
>                  echo "Running: $ENV ./configure --cache-file=${CACHEFILE} --disable-libcheck ${PREFIX} ${LIBDIR} CPPFLAGS=\"-I../libibverbs/include\""
>                  if ! ( $ENV ./configure --cache-file=${CACHEFILE} --disable-libcheck ${PREFIX} ${LIBDIR} \
>                          CPPFLAGS="-I../libibverbs/include" LDFLAGS="-L.")
> 





More information about the general mailing list