mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
Patch automatically rebased. Build system: x86/64 Build-tested: x86/64 Run-tested: x86/64 Signed-off-by: John Audia <therealgraysky@proton.me>
27 lines
613 B
Diff
27 lines
613 B
Diff
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -18,10 +18,7 @@ PACKAGE_VERSION = @PACKAGE_VERSION@
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
SUBDIRS = \
|
|
- local \
|
|
- po-man \
|
|
- po \
|
|
- testsuite
|
|
+ local
|
|
|
|
AM_CFLAGS = -Ilibrary/include
|
|
LDADD = ./library/libproc2.la $(CYGWINFLAGS)
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -434,8 +434,5 @@ AC_CHECK_FUNCS([__fpending alarm atexit
|
|
|
|
AC_CONFIG_FILES([Makefile
|
|
local/Makefile
|
|
- po-man/Makefile
|
|
- po/Makefile.in
|
|
- library/libproc2.pc
|
|
- testsuite/Makefile])
|
|
+ library/libproc2.pc])
|
|
AC_OUTPUT
|