Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Sep 1998 03:49:21 -0700 (PDT)
From:      Satoshi Asami <asami@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: ports/math/linpack Makefile ports/math/eispack Makefile
Message-ID:  <199809281049.DAA03980@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
asami       1998/09/28 03:49:21 PDT

  Modified files:
    math/linpack         Makefile 
    math/eispack         Makefile 
  Log:
  It's not a good idea to use RUN_DEPENDS on shared libs.  Change it to
  LIB_DEPENDS for now; if you *really* have to do this, at least RUN_DEPENDS
  on the *.so link so it will work for both a.out and ELF.
  
  While I'm here, create the *.so link explicitly for the a.out case.
  
  Revision  Changes    Path
  1.16      +5 -2      ports/math/linpack/Makefile
  1.16      +5 -2      ports/math/eispack/Makefile



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