Disable building tests 83/96483/1
authorYu Jiung <jiung.yu@samsung.com>
Wed, 9 Nov 2016 04:56:33 +0000 (13:56 +0900)
committerYu Jiung <jiung.yu@samsung.com>
Wed, 9 Nov 2016 06:56:25 +0000 (15:56 +0900)
Change-Id: Id873fdec5e3e0c5e1f185a0d3abc5cca7acdaa9e

Makefile.am
packaging/c-ares.spec

index 3ba40ba..d49d445 100644 (file)
@@ -62,7 +62,7 @@ CLEANFILES = $(PDFPAGES) $(HTMLPAGES)
 
 DISTCLEANFILES = ares_build.h
 
-DIST_SUBDIRS = test
+#DIST_SUBDIRS = test
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = libcares.pc
index 1113ff2..6a2e2fd 100644 (file)
@@ -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}