From: Christian Schaller Date: Tue, 1 Jan 2002 15:51:52 +0000 (+0000) Subject: Removed enable-glib2 from spec file X-Git-Tag: 1.19.3~509^2~16831 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eb53d738f59331fb9c2d6f47dafc7b41f8c388df;p=platform%2Fupstream%2Fgstreamer.git Removed enable-glib2 from spec file Original commit message from CVS: Removed enable-glib2 from spec file --- diff --git a/gst-plugins.spec.in b/gst-plugins.spec.in index d8297da..6e4196d 100644 --- a/gst-plugins.spec.in +++ b/gst-plugins.spec.in @@ -32,7 +32,7 @@ plugins. %prep %setup %build -CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --sysconfdir=%{sysconfdir} --mandir=$RPM_BUILD_ROOT%{prefix}/share/man --enable-glib2 +CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --sysconfdir=%{sysconfdir} --mandir=$RPM_BUILD_ROOT%{prefix}/share/man if [ "$SMP" != "" ]; then (make "MAKE=make -k -j $SMP"; exit 0)