Skip to content

Commit

Permalink
app-misc/mosquitto: don't call c++ directly (fixes cross-compilation)
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/793740
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Nov 7, 2021
1 parent 18745f3 commit 91587a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-misc/mosquitto/mosquitto-1.6.15.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ _emake() {
local LIBDIR=$(get_libdir)
emake \
CC="$(tc-getCC)" \
CXX="$(tc-getCXX)" \
CLIENT_LDFLAGS="${LDFLAGS}" \
LIB_SUFFIX="${LIBDIR:3}" \
WITH_BRIDGE="$(usex bridge)" \
Expand Down
1 change: 1 addition & 0 deletions app-misc/mosquitto/mosquitto-2.0.11.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ _emake() {
local LIBDIR=$(get_libdir)
emake \
CC="$(tc-getCC)" \
CXX="$(tc-getCXX)" \
CLIENT_LDFLAGS="${LDFLAGS}" \
LIB_SUFFIX="${LIBDIR:3}" \
WITH_BRIDGE="$(usex bridge)" \
Expand Down
1 change: 1 addition & 0 deletions app-misc/mosquitto/mosquitto-2.0.12.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ _emake() {
local LIBDIR=$(get_libdir)
emake \
CC="$(tc-getCC)" \
CXX="$(tc-getCXX)" \
CLIENT_LDFLAGS="${LDFLAGS}" \
LIB_SUFFIX="${LIBDIR:3}" \
WITH_BRIDGE="$(usex bridge)" \
Expand Down

0 comments on commit 91587a4

Please sign in to comment.