diff options
author | Yu Jiung <jiung.yu@samsung.com> | 2016-11-09 13:56:33 +0900 |
---|---|---|
committer | Yu Jiung <jiung.yu@samsung.com> | 2016-11-09 15:56:25 +0900 |
commit | 45e88a8337839e5fd88519bc55467053d521c9f6 (patch) | |
tree | dbb7a9ce36771b892f8ea3c40d4c9004db00541f | |
parent | f943ec081f7860198d407bfd1199058f841f34da (diff) | |
download | c-ares-45e88a8337839e5fd88519bc55467053d521c9f6.tar.gz c-ares-45e88a8337839e5fd88519bc55467053d521c9f6.tar.bz2 c-ares-45e88a8337839e5fd88519bc55467053d521c9f6.zip |
Disable building tests
Change-Id: Id873fdec5e3e0c5e1f185a0d3abc5cca7acdaa9e
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | packaging/c-ares.spec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 3ba40ba..d49d445 100644 --- a/Makefile.am +++ b/Makefile.am @@ -62,7 +62,7 @@ CLEANFILES = $(PDFPAGES) $(HTMLPAGES) DISTCLEANFILES = ares_build.h -DIST_SUBDIRS = test +#DIST_SUBDIRS = test pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libcares.pc diff --git a/packaging/c-ares.spec b/packaging/c-ares.spec index 1113ff2..6a2e2fd 100644 --- a/packaging/c-ares.spec +++ b/packaging/c-ares.spec @@ -44,7 +44,7 @@ cp %{SOURCE1002} . %build autoreconf -fiv -%configure --enable-symbol-hiding --enable-nonblocking --enable-shared --disable-static --with-pic +%configure --enable-symbol-hiding --enable-nonblocking --enable-shared --disable-static --with-pic --disable-tests sed -i -e 's@-g0@-g@g' Makefile make %{?_smp_mflags} |