mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-16 19:25:18 +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/*
|
%{_libdir}/pkgconfig/*
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org>
|
||||||
- split off gstreamer-editor from core
|
- split off gstreamer-editor from core
|
||||||
- removed gstreamer-gnome-apps
|
- removed gstreamer-gnome-apps
|
||||||
|
@ -129,6 +132,7 @@ FFLAGS="${FFLAGS:-%optflags}" ; export FFLAGS ; \
|
||||||
--sharedstatedir=%{_sharedstatedir} \
|
--sharedstatedir=%{_sharedstatedir} \
|
||||||
--mandir=%{_mandir} \
|
--mandir=%{_mandir} \
|
||||||
--infodir=%{_infodir} \
|
--infodir=%{_infodir} \
|
||||||
|
--with-configdir=/etc/gstreamer \
|
||||||
--disable-tests --disable-examples --disable-debug-color
|
--disable-tests --disable-examples --disable-debug-color
|
||||||
if [ "$SMP" != "" ]; then
|
if [ "$SMP" != "" ]; then
|
||||||
(make "MAKE=make -k -j $SMP"; exit 0)
|
(make "MAKE=make -k -j $SMP"; exit 0)
|
||||||
|
|
Loading…
Reference in a new issue