mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv
This commit is contained in:
commit
600dd55dcc
@ -1,2 +1,5 @@
|
|||||||
|
3.0.2
|
||||||
|
- rebuild
|
||||||
|
|
||||||
3.0.1
|
3.0.1
|
||||||
- initial addon based on screen-4.0.3
|
- initial addon based on screen-4.0.3
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
PKG_NAME="screen"
|
PKG_NAME="screen"
|
||||||
PKG_VERSION="4.0.3"
|
PKG_VERSION="4.0.3"
|
||||||
PKG_REV="1"
|
PKG_REV="2"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.gnu.org/software/screen/"
|
PKG_SITE="http://www.gnu.org/software/screen/"
|
||||||
|
@ -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>
|
||||||
|
],,
|
Loading…
x
Reference in New Issue
Block a user