From 6491189451f450e6e5787616ad27d3959b11a84b Mon Sep 17 00:00:00 2001 From: David Hampton Date: Thu, 11 Jun 2020 15:39:15 -0400 Subject: [PATCH] Pass configure LDFLAGS into the Makefiles. --- mythtv/configure | 5 +---- mythtv/external/libexiv2/libexiv2.pro | 1 + 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/mythtv/configure b/mythtv/configure index 2ca40375c42..4699d71e8b0 100755 --- a/mythtv/configure +++ b/mythtv/configure @@ -7926,10 +7926,7 @@ EOF #echo "endif # FFMPEG_CONFIG_MAK" >> $TMPMAK -# Should be done on all platforms, but for the time being limit it to mac only -if enabled darwin; then - echo "QMAKE_LFLAGS+=\"$LDFLAGS\"" >> $TMPMAK -fi +echo "QMAKE_LFLAGS+=\"$LDFLAGS\"" >> $TMPMAK cp_if_changed $TMPH $MYTH_CONFIG_H diff --git a/mythtv/external/libexiv2/libexiv2.pro b/mythtv/external/libexiv2/libexiv2.pro index d65f4a26df6..1ccb9834772 100644 --- a/mythtv/external/libexiv2/libexiv2.pro +++ b/mythtv/external/libexiv2/libexiv2.pro @@ -10,6 +10,7 @@ darwin { LIBS += -lexpat -liconv -lz } else { INCLUDEPATH += . ./include ./include/exiv2 ./src ./xmpsdk/include + LIBS += -lexpat } contains(CC, gcc) {