configs: Fix linking with static libGL and --as-needed
authorDan Nicholson <dbn.lists@gmail.com>
Thu, 1 Nov 2007 00:12:07 +0000 (17:12 -0700)
committerDan Nicholson <dbn.lists@gmail.com>
Fri, 7 Dec 2007 19:49:40 +0000 (11:49 -0800)
commit6aaf9bdd418e11d5ccb76a6ab85a8df36b0c8804
tree9a50ad38cf2683bf76d33bb4845959d12741dc72
parente2ca788ae700aae75bf8d024c1374c38cc5574f9
configs: Fix linking with static libGL and --as-needed

Linking of the programs breaks when using a static libGL and the GNU ld
option --as-needed. This is because libXext is needed for the XShm
functions.
configs/linux-static
configs/linux-x86-64-static
configs/linux-x86-static