summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorINSUN PYO <insun.pyo@samsung.com>2016-08-22 12:34:17 +0900
committerINSUN PYO <insun.pyo@samsung.com>2016-08-22 12:38:57 +0900
commit98e809576bda32777ad915b1c92ef2050ab2bb7e (patch)
tree5ede69bee23aca677381868bdbb6bfcecc9df1f5
parent0f5f427d34dfa46d6f9c73fc532b89287fbccbc5 (diff)
downloadglib-98e809576bda32777ad915b1c92ef2050ab2bb7e.tar.gz
glib-98e809576bda32777ad915b1c92ef2050ab2bb7e.tar.bz2
glib-98e809576bda32777ad915b1c92ef2050ab2bb7e.zip
Signed-off-by: INSUN PYO <insun.pyo@samsung.com> Change-Id: I6933e2aa5fca4d23a5c9c63ceb9d915081f9dc5d
-rw-r--r--packaging/glib2.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/glib2.spec b/packaging/glib2.spec
index 35fb70cc2..d65b27f05 100644
--- a/packaging/glib2.spec
+++ b/packaging/glib2.spec
@@ -185,7 +185,8 @@ if ! test -f %{_datadir}/aclocal/gtk-doc.m4 ; then
fi
%build
-%reconfigure \
+NOCONFIGURE=1 ./autogen.sh
+%configure \
--enable-static \
%if 0%{?with_systemtap}
--enable-systemtap \