mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
Added --with-configdir parameter as the rpms tries placing the registry weird places without it set
Original commit message from CVS: Added --with-configdir parameter as the rpms tries placing the registry weird places without it set
This commit is contained in:
parent
bceef373d6
commit
7930956d92
1 changed files with 4 additions and 0 deletions
|
@ -61,6 +61,9 @@ applications and plugins for GStreamer.
|
|||
%{_libdir}/pkgconfig/*
|
||||
|
||||
%changelog
|
||||
* Fri Jan 04 2001 Christian Schaller <Uraeus@linuxrising.org>
|
||||
- Added configdir parameter as it seems the configdir else gets weird
|
||||
|
||||
* Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org>
|
||||
- split off gstreamer-editor from core
|
||||
- removed gstreamer-gnome-apps
|
||||
|
@ -129,6 +132,7 @@ FFLAGS="${FFLAGS:-%optflags}" ; export FFLAGS ; \
|
|||
--sharedstatedir=%{_sharedstatedir} \
|
||||
--mandir=%{_mandir} \
|
||||
--infodir=%{_infodir} \
|
||||
--with-configdir=/etc/gstreamer \
|
||||
--disable-tests --disable-examples --disable-debug-color
|
||||
if [ "$SMP" != "" ]; then
|
||||
(make "MAKE=make -k -j $SMP"; exit 0)
|
||||
|
|
Loading…
Reference in a new issue