Skip to content

Commit

Permalink
Merge pull request #2 from shanemeagher/alpine-linux
Browse files Browse the repository at this point in the history
Compile on Alpine Linux
  • Loading branch information
shanemeagher authored Apr 14, 2020
2 parents f2c7fd9 + 1716657 commit c13d35b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ AM_INIT_AUTOMAKE()
AC_PREREQ([2.59])

AC_CONFIG_HEADERS([config.h])
CFLAGS="${CFLAGS} -Wall -Werror"
CFLAGS="${CFLAGS} -Wall"

################################################################################
# Set the shared versioning info, according to section 6.3 of the libtool info #
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bin_PROGRAMS = omxregister-bellagio
omxregister_bellagio_SOURCES = omxregister.c common.c common.h
omxregister_bellagio_CFLAGS = -DOMXILCOMPONENTSPATH=\"$(plugindir)/\" \
-I$(top_srcdir)/include
omxregister_bellagio_LDFLAGS = -lomxil-bellagio -L$(builddir)
omxregister_bellagio_LDADD = libomxil-bellagio.la

lib_LTLIBRARIES = libomxil-bellagio.la
libomxil_bellagio_la_SOURCES = component_loader.h \
Expand Down

0 comments on commit c13d35b

Please sign in to comment.