Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv

This commit is contained in:
Stephan Raue 2013-05-05 22:02:49 +02:00
commit 600dd55dcc
3 changed files with 30 additions and 1 deletions

View File

@ -1,2 +1,5 @@
3.0.2
- rebuild
3.0.1
- initial addon based on screen-4.0.3

View File

@ -20,7 +20,7 @@
PKG_NAME="screen"
PKG_VERSION="4.0.3"
PKG_REV="1"
PKG_REV="2"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.gnu.org/software/screen/"

View File

@ -0,0 +1,26 @@
diff --git a/configure b/configure
index a58ee46..69d8e56 100755
--- a/configure
+++ b/configure
@@ -3357,7 +3357,7 @@ rm -f conftest*
oldlibs="$LIBS"
-LIBS="$LIBS -lelf"
+LIBS="$LIBS"
{ echo "$as_me:$LINENO: checking SVR4..." >&5
echo "$as_me: checking SVR4..." >&6;}
echo "$as_me:$LINENO: checking for ANSI C header files" >&5
diff --git a/configure.in b/configure.in
index 34c9372..b189549 100644
--- a/configure.in
+++ b/configure.in
@@ -196,7 +196,7 @@ AC_EGREP_CPP(yes,
], LIBS="$LIBS -lsocket -linet";seqptx=1)
oldlibs="$LIBS"
-LIBS="$LIBS -lelf"
+LIBS="$LIBS"
AC_CHECKING(SVR4)
AC_TRY_LINK([#include <utmpx.h>
],,