summaryrefslogtreecommitdiff
path: root/package/orbit2
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-12-08 20:37:10 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-12-08 20:37:10 +0100
commite45bc457ab9015c50a9f4e22ac248d780de826fe (patch)
treee657718ecddc852ae897cd0e057624b295fc0d48 /package/orbit2
parent686a06394ba839d3f246a2bb3acc152da5167c2f (diff)
fix release build for uClibc raspberry-pi
Diffstat (limited to 'package/orbit2')
-rw-r--r--package/orbit2/patches/patch-configure11
-rw-r--r--package/orbit2/patches/patch-linc2_src_Makefile_in11
2 files changed, 20 insertions, 2 deletions
diff --git a/package/orbit2/patches/patch-configure b/package/orbit2/patches/patch-configure
index e2a4d02c9..696d1b9ac 100644
--- a/package/orbit2/patches/patch-configure
+++ b/package/orbit2/patches/patch-configure
@@ -1,5 +1,5 @@
--- ORBit2-2.14.19.orig/configure 2010-09-28 11:39:37.000000000 +0200
-+++ ORBit2-2.14.19/configure 2011-03-25 19:39:53.000000000 +0100
++++ ORBit2-2.14.19/configure 2013-12-08 19:30:23.000000000 +0100
@@ -8373,7 +8373,7 @@ $as_echo_n "checking whether the $compil
# here allows them to be overridden if necessary.
runpath_var=LD_RUN_PATH
@@ -9,3 +9,12 @@
# ancient GNU ld didn't support --whole-archive et. al.
if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
+@@ -12950,7 +12950,7 @@ $as_echo "$WARN_CFLAGS" >&6; }
+
+ if test "$enable_maintainer_mode" = "yes"; then
+ DISABLE_DEPRECATED_CFLAGS=" \
+- -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES"
++ -DG_DISABLE_SINGLE_INCLUDES"
+
+ fi
+
diff --git a/package/orbit2/patches/patch-linc2_src_Makefile_in b/package/orbit2/patches/patch-linc2_src_Makefile_in
index 6b17078e6..19b776ba2 100644
--- a/package/orbit2/patches/patch-linc2_src_Makefile_in
+++ b/package/orbit2/patches/patch-linc2_src_Makefile_in
@@ -1,5 +1,5 @@
--- ORBit2-2.14.19.orig/linc2/src/Makefile.in 2010-09-28 11:39:39.000000000 +0200
-+++ ORBit2-2.14.19/linc2/src/Makefile.in 2011-05-17 11:54:33.596610948 +0200
++++ ORBit2-2.14.19/linc2/src/Makefile.in 2013-12-08 19:32:44.000000000 +0100
@@ -54,7 +54,7 @@ am_liblinc_la_OBJECTS = linc.lo linc-con
liblinc_la_OBJECTS = $(am_liblinc_la_OBJECTS)
liblinc_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
@@ -18,3 +18,12 @@
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
+@@ -244,7 +244,7 @@ noinst_LTLIBRARIES = liblinc.la
+ # -I$(top_srcdir)/include
+ INCLUDES = -I$(top_builddir)/linc2/include \
+ -I$(top_srcdir)/linc2/include $(LINC_CFLAGS) $(WARN_CFLAGS) \
+- -DG_DISABLE_DEPRECATED $(am__append_1)
++ $(am__append_1)
+ liblinc_la_SOURCES = \
+ linc.c \
+ linc-connection.c \