From: Eneas U de Queiroz Date: Tue, 26 Apr 2022 21:15:00 +0000 (-0300) Subject: flex: disable building po, tools X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=f60a09d0c224ffa0e882634c818f0bc3cfd0e583;p=openwrt-packages.git flex: disable building po, tools Amend the patch that disabled tests and docs to remove everything but the src dir that builds the main flex program--the only file packaged. Signed-off-by: Eneas U de Queiroz --- diff --git a/devel/flex/patches/100-disable-tests-docs.patch b/devel/flex/patches/100-disable-all-dirs-except-src.patch similarity index 66% rename from devel/flex/patches/100-disable-tests-docs.patch rename to devel/flex/patches/100-disable-all-dirs-except-src.patch index f7097f212..e4e72358f 100644 --- a/devel/flex/patches/100-disable-tests-docs.patch +++ b/devel/flex/patches/100-disable-all-dirs-except-src.patch @@ -1,13 +1,16 @@ --- a/Makefile.am +++ b/Makefile.am -@@ -43,10 +43,7 @@ EXTRA_DIST = \ +@@ -42,12 +42,7 @@ EXTRA_DIST = \ + autogen.sh SUBDIRS = \ - src \ +- src \ - doc \ - examples \ - po \ +- po \ - tests \ - tools +- tools ++ src # Create the ChangeLog, but only if we're inside a git working directory +