ace102 wrote:
> Does anyone see any potential problems with using this in my main build
> script for 1.5.99.903+ :
>    
>    CC="gcc-4.3" LDFLAGS="-L/usr/lib -Wl,-rpath,/lib -Wl,-rpath,/usr/lib"
> PATH=/usr/bin:$PATH
>    ./util/modular/build.sh /usr
> 
> Also , where would I specify the config options (--enable-dri2,etc) to be
> passed to the /xserver directory? 

Set the CONFFLAGS environment variable to include flags that are passed to
all configure scripts (unknown flags to other modules should be harmless).
See the top of the build.sh script for details.

-- 
        -Alan Coopersmith-           alan.coopersm...@sun.com
         Sun Microsystems, Inc. - X Window System Engineering

_______________________________________________
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

Reply via email to