mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2025-12-16 08:44:50 +00:00
Release Notes: https://www.mpfr.org/mpfr-current/ Link: https://github.com/openwrt/openwrt/pull/20898 Signed-off-by: Nick Hainke <vincent@systemli.org>
23 lines
638 B
Diff
23 lines
638 B
Diff
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -38,7 +38,7 @@ AUTOMAKE_OPTIONS = gnu
|
|
# old Automake version.
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
-SUBDIRS = doc src tests tune tools/bench
|
|
+SUBDIRS = src
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = mpfr.pc
|
|
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -406,7 +406,7 @@ AUTOMAKE_OPTIONS = gnu
|
|
# libtoolize and in case some developer needs to switch back to an
|
|
# old Automake version.
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
-SUBDIRS = doc src tests tune tools/bench
|
|
+SUBDIRS = src
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = mpfr.pc
|
|
nobase_dist_doc_DATA = AUTHORS BUGS COPYING COPYING.LESSER NEWS TODO \
|