diff options
author | Christian Schaller <uraeus@gnome.org> | 2002-01-01 15:51:52 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2002-01-01 15:51:52 +0000 |
commit | eb53d738f59331fb9c2d6f47dafc7b41f8c388df (patch) | |
tree | 111ace366f96701614fca3c7555ead177422500b /gst-plugins.spec.in | |
parent | 9ff9da869d304d47e8ce02b0a71c0ebfd970b6ff (diff) |
Removed enable-glib2 from spec file
Original commit message from CVS:
Removed enable-glib2 from spec file
Diffstat (limited to 'gst-plugins.spec.in')
-rw-r--r-- | gst-plugins.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-plugins.spec.in b/gst-plugins.spec.in index d8297da6..6e4196df 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) |