mirror of
git://git.yoctoproject.org/poky
synced 2026-04-02 02:49:11 +00:00
Copy the fix for OE bug #2554 over to Poky from OE. (Necessary for building on
at least OpenSUSE 10.3.) git-svn-id: https://svn.o-hand.com/repos/poky/branches/blinky@2830 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
parent
76d5cdc3e0
commit
fbfa9750a9
@ -41,6 +41,10 @@ do_stage() {
|
||||
ln -sf libncurses.a ${STAGING_LIBDIR}/libtermcap.a
|
||||
}
|
||||
|
||||
# This is necessary so that the "tic" command executed during the install can
|
||||
# link with the correct libary in staging.
|
||||
export LD_LIBRARY_PATH = "${STAGING_LIBDIR_NATIVE}"
|
||||
|
||||
do_install() {
|
||||
autotools_do_install
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user