[Scummvm-git-logs] scummvm master -> 21403f79f85e5f7fd53fc14676bc20dfe976bb58

bluegr bluegr at gmail.com
Mon Mar 8 07:01:11 UTC 2021


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
21403f79f8 BUILD: Avoid passing -lfribidi twice to the linker


Commit: 21403f79f85e5f7fd53fc14676bc20dfe976bb58
    https://github.com/scummvm/scummvm/commit/21403f79f85e5f7fd53fc14676bc20dfe976bb58
Author: Orgad Shaneh (orgads at gmail.com)
Date: 2021-03-08T09:01:08+02:00

Commit Message:
BUILD: Avoid passing -lfribidi twice to the linker

Changed paths:
    configure


diff --git a/configure b/configure
index 598c473d20..7c623a33d7 100755
--- a/configure
+++ b/configure
@@ -5658,7 +5658,7 @@ EOF
 	cc_check $FRIBIDI_CFLAGS $FRIBIDI_LIBS && _fribidi=yes
 fi
 if test "$_fribidi" = yes ; then
-	append_var LIBS "$FRIBIDI_LIBS -lfribidi"
+	append_var LIBS "$FRIBIDI_LIBS"
 	append_var INCLUDES "$FRIBIDI_CFLAGS"
 fi
 define_in_config_if_yes "$_fribidi" 'USE_FRIBIDI'




More information about the Scummvm-git-logs mailing list