This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
screen: update to 4.6.1, refresh patches
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
lilik-openwrt-22.03
Etienne Champetier
7 years ago
parent
7891c3449f
commit
a392854df7
2 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
utils/screen/Makefile
+1
-1
utils/screen/patches/110-do_not_add_srcdir_to_include_path.patch
+ 3
- 3
utils/screen/Makefile
View File
@ -8,11 +8,11 @@
i
n
c
l
u
d
e
$(
TOPDIR
)
/
r
u
l
e
s
.
m
k
PKG_NAME
:=
screen
PKG_VERSION
:=
4.6.
0
PKG_RELEASE
:=
2
PKG_VERSION
:=
4.6.
1
PKG_RELEASE
:=
1
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.gz
PKG_HASH
:=
9433706b653e941cc4c745f28e252e57be2a141eded923e61cc2c4a09768fed
4
PKG_HASH
:=
aba9af66cb626155d6abce4703f45cce0e30a5114a368bd6387c966cbbbb7c6
4
PKG_SOURCE_URL
:=
@GNU/screen
PKG_LICENSE
:=
GPL-3.0+
+ 1
- 1
utils/screen/patches/110-do_not_add_srcdir_to_include_path.patch
View File
@ -8,4 +8,4 @@
+ $(CC) -c $(M_CFLAGS) $(CPPFLAGS) $(DEFS) \
$(OPTIONS) $(CFLAGS) $<
install_bin: .version screen
install_bin: .version screen
installdirs
Write
Preview
Loading…
Cancel
Save