Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
opdenkamp committed Dec 18, 2013
2 parents 25dd1b2 + 30d9194 commit 81e3821
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
libcec (2.1.4-2) unstable; urgency=low

* fixed:
* OS X build

-- Pulse-Eight Packaging <packaging@pulse-eight.com> Wed, 18 Dec 2013 02:14:00 +0100

libcec (2.1.4-1) unstable; urgency=low

* changed / added:
Expand Down
4 changes: 3 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ libs_client="$LIBS"
use_udev="no"
use_adapter_detection="yes"
use_lockdev="no"
SUPPRESS_MANGLING_WARNINGS=" -Wno-psabi"
case "${host}" in
*-*-linux*)
## search for udev if pkg-config was found
Expand Down Expand Up @@ -210,6 +211,7 @@ case "${host}" in
AC_CHECK_HEADER(mach/mach_time.h,,AC_MSG_ERROR($msg_required_header_missing))
AC_CHECK_HEADER(CoreVideo/CVHostTime.h,,AC_MSG_ERROR($msg_required_header_missing))
AC_DEFINE([TARGET_DARWIN], [1], [Darwin target])
SUPPRESS_MANGLING_WARNINGS=""
;;
esac

Expand Down Expand Up @@ -342,7 +344,7 @@ fi
LIBS_LIBCEC="$LIBS"
LIBS="$libs_client"

CXXFLAGS="$CXXFLAGS -fPIC -Wall -Wextra -Wno-missing-field-initializers -Wno-psabi"
CXXFLAGS="$CXXFLAGS -fPIC -Wall -Wextra -Wno-missing-field-initializers $SUPPRESS_MANGLING_WARNINGS"

if test "x$use_debug" = "xyes"; then
CXXFLAGS="$CXXFLAGS -g"
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
libcec (2.1.4-2) unstable; urgency=low

* fixed:
* OS X build

-- Pulse-Eight Packaging <packaging@pulse-eight.com> Wed, 18 Dec 2013 02:14:00 +0100

libcec (2.1.4-1) unstable; urgency=low

* changed / added:
Expand Down

0 comments on commit 81e3821

Please sign in to comment.