Skip to content

Commit

Permalink
build: fix flags for Fedora packages
Browse files Browse the repository at this point in the history
Change-Id: I35d51deb450a265fd7541bad2735b8dd4ca465c5
  • Loading branch information
Sébastien Blin authored and aberaud committed Mar 4, 2023
1 parent 75e4a5d commit 82907de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 5 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -669,9 +669,11 @@ AC_CONFIG_FILES([Makefile \

dnl Transfer the Automake variables set here to Makefile.in.
echo DAEMONCPPFLAGS=$DAEMONCPPFLAGS
CXXFLAGS="$DAEMONCXXFLAGS"
OBJCXX="$CXX $DAEMONCXXFLAGS"
OBJCXXFLAG="$CXX $DAEMONCXXFLAGS"
AS_IF([test "${HAVE_OSX}" = "1"],
[CXXFLAGS="$DAEMONCXXFLAGS"
OBJCXX="$CXX $DAEMONCXXFLAGS"
OBJCXXFLAG="$CXX $DAEMONCXXFLAGS"]
[])
AC_SUBST([AM_CPPFLAGS], [$DAEMONCPPFLAGS])
AC_SUBST([AM_CFLAGS], [$DAEMONCFLAGS])
AC_SUBST([AM_CXXFLAGS], [$DAEMONCXXFLAGS])
Expand Down
1 change: 0 additions & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ libjami_la_LIBADD += \
$(LIBSSL_LIBS) \
$(LIBCRYPTO_LIBS) \
$(ARCHIVE_LIBS) \
$(ARCHIVE_LIBS) \
$(ZLIB_LIBS)

if ENABLE_PLUGIN
Expand Down

0 comments on commit 82907de

Please sign in to comment.