mirror of
https://github.com/openwrt/packages.git
synced 2026-01-08 03:30:19 +04:00
grep: update to 3.12
Changelog: https://lists.gnu.org/archive/html/info-gnu/2025-04/msg00008.html Also skip building doc, tests, and gnulib-tests. Signed-off-by: Wei-Ting Yang <williamatcg@gmail.com>
This commit is contained in:
committed by
Hannu Nyman
parent
139154c6e2
commit
43479dac7b
11
utils/grep/patches/902-skip-doc-tests-gnulib-tests.patch
Normal file
11
utils/grep/patches/902-skip-doc-tests-gnulib-tests.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/Makefile.in
|
||||
+++ b/Makefile.in
|
||||
@@ -2399,7 +2399,7 @@ top_srcdir = @top_srcdir@
|
||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
#
|
||||
AUTOMAKE_OPTIONS = gnu 1.12
|
||||
-SUBDIRS = po lib doc src tests gnulib-tests
|
||||
+SUBDIRS = po lib src
|
||||
EXTRA_DIST = \
|
||||
.mailmap \
|
||||
ChangeLog-2009 \
|
||||
Reference in New Issue
Block a user