Changeset 4398:10c4f1f666d0 in roaraudio


Ignore:
Timestamp:
09/28/10 22:12:19 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

fixed LD_LIBRARY_PATH bug

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r4396 r4398  
    1111        * Added support to get a list of possible servers (enumdev) 
    1212        * Added hwmixer support to roard 
     13        * fixed LD_LIBRARY_PATH bug in roarify (GNU systems only) (pr1) 
     14          (Closes: DEB#598295, CVE-2010-3363) 
    1315 
    1416v. 0.3 - Sun Aug 22 2010 26:14 CEST 
  • roarclients/roarify.sht

    r4258 r4398  
    8080fi 
    8181 
    82 export LD_LIBRARY_PATH='%%%PREFIX_COMP_LIBS%%%'":$LD_LIBRARY_PATH" 
     82if [ "$LD_LIBRARY_PATH" = '' ] 
     83then 
     84 export LD_LIBRARY_PATH='%%%PREFIX_COMP_LIBS%%%' 
     85else 
     86 export LD_LIBRARY_PATH='%%%PREFIX_COMP_LIBS%%%'":$LD_LIBRARY_PATH" 
     87fi 
    8388export PATH='%%%PREFIX_COMP_BINS%%%'":$PATH" 
    8489 
Note: See TracChangeset for help on using the changeset viewer.