Browse Source

Merge pull request #7178 from neheb/setser

setserial: Don't build docs to remove nroff dependency
lilik-openwrt-22.03
Jo-Philipp Wich 6 years ago
committed by GitHub
parent
commit
d0d4494ec5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 0 deletions
  1. +1
    -0
      utils/setserial/Makefile
  2. +13
    -0
      utils/setserial/patches/010-no-docs.patch

+ 1
- 0
utils/setserial/Makefile View File

@ -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
- 0
utils/setserial/patches/010-no-docs.patch View 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

Loading…
Cancel
Save