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 | e44050ad90ad4d7553aacc87067c8c90bb720af5 (patch) | |
tree | bff470f3a5703445fa4937d2ffce82873a07cfad | |
parent | f2bc02d5195d6798bb16c05d2940ec48539d2b29 (diff) | |
download | gst-plugins-bad-e44050ad90ad4d7553aacc87067c8c90bb720af5.tar.gz gst-plugins-bad-e44050ad90ad4d7553aacc87067c8c90bb720af5.tar.bz2 gst-plugins-bad-e44050ad90ad4d7553aacc87067c8c90bb720af5.zip |
Removed enable-glib2 from spec file
Original commit message from CVS:
Removed enable-glib2 from spec file
-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) |