diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-05 19:58:50 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-05 19:58:50 +0200 |
commit | e874f84fdb6eb83d905a72b35d87398374594b97 (patch) | |
tree | 38ecc86989a194756836fa411c4bfb7c4b68913f /package/openobex | |
parent | 68e89ea1a3ec3690ddefbd97c45174f799847a16 (diff) |
more regressions found at runtime on alic1c
Diffstat (limited to 'package/openobex')
-rw-r--r-- | package/openobex/Makefile | 1 | ||||
-rw-r--r-- | package/openobex/patches/patch-configure | 11 |
2 files changed, 11 insertions, 1 deletions
diff --git a/package/openobex/Makefile b/package/openobex/Makefile index 41dfb4f6d..cca11e785 100644 --- a/package/openobex/Makefile +++ b/package/openobex/Makefile @@ -17,6 +17,7 @@ include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,OPENOBEX,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) CONFIGURE_STYLE:= gnu +BUILD_STYLE:= auto INSTALL_STYLE:= auto post-install: diff --git a/package/openobex/patches/patch-configure b/package/openobex/patches/patch-configure index 33741baab..4d288e003 100644 --- a/package/openobex/patches/patch-configure +++ b/package/openobex/patches/patch-configure @@ -1,6 +1,15 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $ --- openobex-1.5.orig/configure 2009-02-08 19:32:25.000000000 +0100 -+++ openobex-1.5/configure 2009-05-30 14:32:22.786455567 +0200 ++++ openobex-1.5/configure 2009-06-04 21:43:21.000000000 +0200 +@@ -10943,7 +10943,7 @@ $as_echo "no" >&6; } + fi + + case $host in +- *-*-linux*) ++ *) + + + pkg_failed=no @@ -11270,60 +11270,6 @@ fi |