Skip to content

Commit

Permalink
Pass configure LDFLAGS into the Makefiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdude42 committed Jun 16, 2020
1 parent 498502a commit 6491189
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions mythtv/configure
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions mythtv/external/libexiv2/libexiv2.pro
Expand Up @@ -10,6 +10,7 @@ darwin {
LIBS += -lexpat -liconv -lz
} else {
INCLUDEPATH += . ./include ./include/exiv2 ./src ./xmpsdk/include
LIBS += -lexpat
}

contains(CC, gcc) {
Expand Down

0 comments on commit 6491189

Please sign in to comment.