Search
j0ke.net Open Build Service
>
Projects
>
multimedia
>
SDL
> SDL-1.2.11-rpath.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File SDL-1.2.11-rpath.patch of Package SDL
--- configure.in +++ configure.in @@ -2612,7 +2612,7 @@ if test "x$enable_rpath" = "xyes"; then if test $ARCH = bsdi -o $ARCH = freebsd -o $ARCH = irix -o $ARCH = linux -o $ARCH = netbsd; then - SDL_RLD_FLAGS="-Wl,-rpath,\${exec_prefix}/lib" + SDL_RLD_FLAGS= fi if test $ARCH = solaris; then SDL_RLD_FLAGS="-R\${exec_prefix}/lib"