mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
setserial: Don't build docs to remove nroff dependency
Buildbots are failing as they lack nroff. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -2,6 +2,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=setserial
|
||||
PKG_VERSION:=2.17
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=@SF/setserial
|
||||
|
||||
13
utils/setserial/patches/010-no-docs.patch
Normal file
13
utils/setserial/patches/010-no-docs.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
diff --git a/Makefile.in b/Makefile.in
|
||||
index 00b9eb1..2fdbae3 100644
|
||||
--- a/Makefile.in
|
||||
+++ b/Makefile.in
|
||||
@@ -17,7 +17,7 @@ DEFS = @DEFS@
|
||||
INCS = -I.
|
||||
TAR = tar
|
||||
|
||||
-all: setserial setserial.cat
|
||||
+all: setserial
|
||||
|
||||
setserial: setserial.c
|
||||
$(CC) $(CFLAGS) $(DEFS) $(INCS) setserial.c -o setserial
|
||||
Reference in New Issue
Block a user