Bug 22706

Summary: unwanted rpath in pkgconfig
Product: Sisyphus Reporter: Sergey Bolshakov <sbolshakov>
Component: libSDLAssignee: Michael Shigorin <mike>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P3 CC: mike
Version: unstable   
Hardware: all   
OS: Linux   

Description Sergey Bolshakov 2010-01-09 23:27:30 MSK
/usr/lib/pkgconfig/sdl.pc содержит :
Libs: -Wl,-rpath,${libdir} -lSDL -lpthread
должен содержать:
Libs: -lSDL -lpthread
Comment 1 Repository Robot 2010-01-10 05:50:55 MSK
SDL-1.2.14-alt2 -> sisyphus:

* Sun Jan 10 2010 Valery Inozemtsev <shrek@altlinux> 1.2.14-alt2

- removed rpath from sdl.pc (closes: #22706)