# HG changeset patch # User Sam Lantinga # Date 1199201171 0 # Node ID 824f6dee6648bc6d74005e06216ed22dfda14caf # Parent 4845eb8d42212446e3b4442069fe6b10af256371 Merged fix for bug #531 from SDL 1.2 revision 3511 diff -r 4845eb8d4221 -r 824f6dee6648 configure.in --- a/configure.in Sun Dec 30 05:01:35 2007 +0000 +++ b/configure.in Tue Jan 01 15:26:11 2008 +0000 @@ -2619,7 +2619,7 @@ SDL_STATIC_LIBS="\${libdir}/libSDL.a $EXTRA_LDFLAGS" ;; *) - SDL_STATIC_LIBS="$SDL_LIBS" + SDL_STATIC_LIBS="$SDL_LIBS $EXTRA_LDFLAGS" ;; esac diff -r 4845eb8d4221 -r 824f6dee6648 sdl.pc.in --- a/sdl.pc.in Sun Dec 30 05:01:35 2007 +0000 +++ b/sdl.pc.in Tue Jan 01 15:26:11 2008 +0000 @@ -11,4 +11,5 @@ Requires: Conflicts: Libs: -L${libdir} @SDL_RLD_FLAGS@ @SDL_LIBS@ +Libs.private: @SDL_STATIC_LIBS@ Cflags: -I${includedir}/SDL @SDL_CFLAGS@