Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 124923 - redundant dlloader USE flag check in nvidia-glx
Summary: redundant dlloader USE flag check in nvidia-glx
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Low trivial (vote)
Assignee: X11 External Driver Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-04 02:32 UTC by Jean-François Wauthy
Modified: 2006-03-04 02:35 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jean-François Wauthy 2006-03-04 02:32:56 UTC
i was looking for the meaning of the dlloader use flag in the ebuild for nvidia-glx and i found it this :
 if use dlloader; then
                [[ -f ${drvdir}/nvidia_drv.so ]] && \
                        doexe ${drvdir}/nvidia_drv.so
        else
                [[ -f ${drvdir}/nvidia_drv.o ]] && \
                        doexe ${drvdir}/nvidia_drv.o
        fi

so i wonder what's the point of having a dlloader use flag if you do the same operation when it's activated or not
Comment 1 Jean-François Wauthy 2006-03-04 02:33:53 UTC
i forgot to mention it's for the nvidia-glx-1.0.8178 ebuild
Comment 2 Jean-François Wauthy 2006-03-04 02:35:08 UTC
damn i didn't see the .so and the .o difference i'm so tired these days

sorry for the noise