Merged fix for bug #531 from SDL 1.2 revision 3511

This commit is contained in:
Sam Lantinga 2008-01-01 15:26:11 +00:00
parent 6f059e9947
commit 8f502d4bc2
2 changed files with 2 additions and 1 deletions

View File

@ -2619,7 +2619,7 @@ case "$ARCH" in
SDL_STATIC_LIBS="\${libdir}/libSDL.a $EXTRA_LDFLAGS"
;;
*)
SDL_STATIC_LIBS="$SDL_LIBS"
SDL_STATIC_LIBS="$SDL_LIBS $EXTRA_LDFLAGS"
;;
esac

View File

@ -11,4 +11,5 @@ Version: @SDL_VERSION@
Requires:
Conflicts:
Libs: -L${libdir} @SDL_RLD_FLAGS@ @SDL_LIBS@
Libs.private: @SDL_STATIC_LIBS@
Cflags: -I${includedir}/SDL @SDL_CFLAGS@