1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-16 04:14:01 +02:00

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 <cotequeiroz@gmail.com>
This commit is contained in:
Eneas U de Queiroz 2022-04-26 18:15:00 -03:00 committed by Rosen Penev
parent da03d1a9b0
commit f60a09d0c2

View File

@ -1,13 +1,16 @@
--- a/Makefile.am --- a/Makefile.am
+++ b/Makefile.am +++ b/Makefile.am
@@ -43,10 +43,7 @@ EXTRA_DIST = \ @@ -42,12 +42,7 @@ EXTRA_DIST = \
autogen.sh
SUBDIRS = \ SUBDIRS = \
src \ - src \
- doc \ - doc \
- examples \ - examples \
po \ - po \
- tests \ - tests \
tools - tools
+ src
# Create the ChangeLog, but only if we're inside a git working directory # Create the ChangeLog, but only if we're inside a git working directory