xorg-x11-libs/xorg-x11-libs.csh
Stefan Dirsch 9d868c402d - still we need a LD_PRELOAD for the freshly introduced libxcb-util;
added this to /etc/profile.d/xorg-x11-libs.{csh,sh}; seems to
  help on openSUSE 12.1, but apparently not on openSUSE 11.4 
  (bnc #742297)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-libs?expand=0&rev=184
2012-02-03 13:38:07 +00:00

8 lines
238 B
Tcsh

# LD_PRELOAD required for the freshly introduced libxcb-util (bnc #742297)
if ( ${?LD_PRELOAD} ) then
setenv LD_PRELOAD "${LD_PRELOAD} /usr/lib64/libxcb-util.so.0"
else
setenv LD_PRELOAD /usr/lib64/libxcb-util.so.0
endif