mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 08:14:32 +04:00
The props-ng packages adds a new API version that breaks other
downstream packages. This revert is a preparation commit to move the old
API to procps-ng3 so that the new API could use procps-ng packages
name again.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This reverts commit 81629ba591.
27 lines
602 B
Diff
27 lines
602 B
Diff
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -14,10 +14,7 @@ PACKAGE_VERSION = @PACKAGE_VERSION@
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
SUBDIRS = \
|
|
- include \
|
|
- man-po \
|
|
- po \
|
|
- testsuite
|
|
+ include
|
|
|
|
AM_CFLAGS = -Iproc
|
|
LDADD = ./proc/libprocps.la $(CYGWINFLAGS)
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -298,8 +298,5 @@ AC_CHECK_FUNCS([__fpending alarm atexit
|
|
|
|
AC_CONFIG_FILES([Makefile
|
|
include/Makefile
|
|
- man-po/Makefile
|
|
- po/Makefile.in
|
|
- proc/libprocps.pc
|
|
- testsuite/Makefile])
|
|
+ proc/libprocps.pc])
|
|
AC_OUTPUT
|