Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Apr 1996 16:33:38 -0700
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        max@sfc.wide.ad.jp
Cc:        freebsd-ports@freebsd.org, max@sfc.wide.ad.jp
Subject:   Re: How to write (not shared) libraries dependency?
Message-ID:  <199604152333.QAA07549@sunrise.cs.berkeley.edu>
In-Reply-To: <199604141323.WAA26363@mail.tky007.tth.expo96.ad.jp> (message from Masafumi NAKANE/=?ISO-2022-JP?B?GyRCQ2Y6LDJtSjgbKEI=?= on Sun, 14 Apr 1996 22:23:16 %2B0900)

next in thread | previous in thread | raw e-mail | index | archive | help
 *      This software I'm porting depends on a library that is not shared
 * lib.  I understand LIB_DEPENDS is for shared lib.  And since files
 * listed in BUILD_DEPENDS are not found if they are in /usr/local/lib or
 * in places like that, I haven't been able to figure out what the
 * correct way to do this.

Use BUILD_DEPENDS and RUN_DEPENDS with the absolute pathname (you can
use ${PREFIX}) of the static lib.

Satoshi



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