mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-06-04 06:02:40 +02:00
2017-06-15 Fred Gleason <fredg@paravelsystems.com>
* Added code so that the --enable-rdxport-debug' switch to 'configure' is carried through to the 'make rpm' target.
This commit is contained in:
parent
3b06f77c1e
commit
78fabe827d
@ -15835,3 +15835,6 @@
|
|||||||
target.
|
target.
|
||||||
2017-06-13 Fred Gleason <fredg@paravelsystems.com>
|
2017-06-13 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Incremented the package version to 2.16.0int01.
|
* Incremented the package version to 2.16.0int01.
|
||||||
|
2017-06-15 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Added code so that the --enable-rdxport-debug' switch to 'configure'
|
||||||
|
is carried through to the 'make rpm' target.
|
||||||
|
@ -248,6 +248,9 @@ AM_CONDITIONAL([DOCBOOK_AM], [test "$USING_DOCBOOK" = yes])
|
|||||||
#
|
#
|
||||||
if test $RDXPORT_DEBUG_ENABLED ; then
|
if test $RDXPORT_DEBUG_ENABLED ; then
|
||||||
AC_DEFINE(RDXPORT_DEBUG)
|
AC_DEFINE(RDXPORT_DEBUG)
|
||||||
|
AC_SUBST(RDXPORTDEBUG,--enable-rdxport-debug)
|
||||||
|
else
|
||||||
|
AC_SUBST(RDXPORTDEBUG,"")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -92,7 +92,7 @@ associated with.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --libexecdir=@libexecdir@ --sysconfdir=@sysconfdir@
|
%configure --libexecdir=@libexecdir@ --sysconfdir=@sysconfdir@ @RDXPORTDEBUG@
|
||||||
make
|
make
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user