mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 11:04:10 -04:00
octaveforge.eclass: export LDFLAGS
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -83,7 +83,8 @@ octaveforge_src_compile() {
|
||||
|
||||
cmd="disp(__octave_config_info__('octlibdir'));"
|
||||
OCTLIBDIR=$(octavecommand "${cmd}" || die)
|
||||
export LFLAGS="-L${OCTLIBDIR}"
|
||||
export LFLAGS="${LFLAGS} -L${OCTLIBDIR}"
|
||||
export LDFLAGS="${LDFLAGS} -L${OCTLIBDIR}"
|
||||
|
||||
if [[ -e src/Makefile ]]; then
|
||||
emake -C src all
|
||||
|
||||
Reference in New Issue
Block a user