Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 145445 | Differences between
and this patch

Collapse All | Expand All

(-)qpxtool-0.6.0.9/scripts/old.build (-1 / +2 lines)
Lines 15-21 Link Here
15
        obj_tmp="$obj_tmp $obj.o"
15
        obj_tmp="$obj_tmp $obj.o"
16
    done
16
    done
17
    echo "[link] $bin"
17
    echo "[link] $bin"
18
    g++ $obj_tmp -o $bin $libdeps
18
    g++ $obj_tmp -o $bin $libdeps -L$libpath
19
19
20
    if [ "$?" == "0" ] ; then
20
    if [ "$?" == "0" ] ; then
21
	strip --strip-unneeded $bin
21
	strip --strip-unneeded $bin
Lines 52-57 Link Here
52
52
53
bin=`cat param/binname`
53
bin=`cat param/binname`
54
libdeps=`cat param/libdeps`
54
libdeps=`cat param/libdeps`
55
libpath='../lib/lib'
55
56
56
obj_list=`cat param/objlist`
57
obj_list=`cat param/objlist`
57
obj_tmp=""
58
obj_tmp=""

Return to bug 145445