gl-select: removed libGL.a refs
This commit is contained in:
parent
da38ea7330
commit
cf6664579f
@ -1 +1 @@
|
||||
ec9efb601588877004c299dbfe15af9f gl-select
|
||||
037c276432714ab9899d6182a3189686 gl-select
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
name=gl-select
|
||||
version=1.1.1
|
||||
release=1
|
||||
release=2
|
||||
source=($name)
|
||||
|
||||
build() {
|
||||
|
@ -10,6 +10,7 @@
|
||||
#
|
||||
# Mar 14, 2007 - version 1.1.1
|
||||
# updated all sections for xorg 7.x
|
||||
# removed extra libGL.a references (nvidia)
|
||||
#
|
||||
# Feb 20, 2007 - version 1.1
|
||||
# changelog was not kept prior to this date
|
||||
@ -84,7 +85,6 @@ case "$1" in
|
||||
mv /usr/lib/xorg/modules/extensions/libGLcore{_so,.so}
|
||||
echo -n "libGL "
|
||||
mv /usr/lib/libGL{_so_1_2,.so.1.2}
|
||||
mv /usr/lib/libGL{_a,.a}
|
||||
;;
|
||||
|
||||
"nvidia")
|
||||
@ -111,7 +111,6 @@ case "$1" in
|
||||
/usr/lib/xorg/modules/extensions/libGLcore.so
|
||||
echo -n "libGL "
|
||||
mv /usr/lib/libGL{.so.1.2,_so_1_2}
|
||||
mv /usr/lib/libGL{.a,_a}
|
||||
rm /usr/lib/libGL.so*
|
||||
# nvidia's library versioning prevents ldconfig from creating
|
||||
# libGL.so and libGLcore.so
|
||||
|
Loading…
x
Reference in New Issue
Block a user