Skip to content

Commit

Permalink
Merge pull request rauc#1189 from jluebbe/openssl-flags-cleanup
Browse files Browse the repository at this point in the history
OpenSSL autotools flags cleanup
  • Loading branch information
jluebbe authored Jul 31, 2023
2 parents 8178aad + 0b1c303 commit cbedea8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ CODE_COVERAGE_IGNORE_PATTERN = "*-generated.c"

GC_CFLAGS = -fdata-sections -ffunction-sections
GC_LDFLAGS = -Wl,--gc-sections -Wl,-Map,$@.map
AM_CFLAGS = -DG_LOG_DOMAIN=\"rauc\" $(GC_CFLAGS) $(WARN_CFLAGS) $(GLIB_CFLAGS) $(CURL_CFLAGS) $(NL3_CFLAGS)
AM_LDFLAGS = $(GC_LDFLAGS) $(WARN_LDFLAGS) $(GLIB_LDFLAGS) $(CURL_LDFLAGS) $(OPENSSL_LDFLAGS)
AM_CPPFLAGS = -I${top_srcdir}/include -include ${top_builddir}/config.h $(OPENSSL_INCLUDES)
AM_CFLAGS = -DG_LOG_DOMAIN=\"rauc\" $(GC_CFLAGS) $(WARN_CFLAGS) $(GLIB_CFLAGS) $(CURL_CFLAGS) $(NL3_CFLAGS) $(OPENSSL_CFLAGS)
AM_LDFLAGS = $(GC_LDFLAGS) $(WARN_LDFLAGS)
AM_CPPFLAGS = -I${top_srcdir}/include -include ${top_builddir}/config.h $(OPENSSL_CFLAGS)

gdbus_installer_generated = \
rauc-installer-generated.c \
Expand Down

0 comments on commit cbedea8

Please sign in to comment.