Stop passing RSH and MANCONF to configure.
The former was only needed by xsm, the latter by xman, before the xbase-clients split.
This commit is contained in:
parent
301db48f25
commit
c181d85a77
|
@ -4,6 +4,8 @@ x11-xserver-utils (7.6+4) UNRELEASED; urgency=low
|
||||||
* xset 1.2.2
|
* xset 1.2.2
|
||||||
+ add build-dep on x11proto-core-dev 7.0.17
|
+ add build-dep on x11proto-core-dev 7.0.17
|
||||||
* Drop --disable-xprint from configure flags, it's not used anywhere.
|
* Drop --disable-xprint from configure flags, it's not used anywhere.
|
||||||
|
* Stop passing RSH and MANCONF to configure. The former was only needed by
|
||||||
|
xsm, the latter by xman, before the xbase-clients split.
|
||||||
|
|
||||||
[ Moritz Muehlenhoff ]
|
[ Moritz Muehlenhoff ]
|
||||||
* Enable hardened build flags (closes: #655503)
|
* Enable hardened build flags (closes: #655503)
|
||||||
|
|
|
@ -48,9 +48,9 @@ $(STAMP_DIR)/build-%: $(STAMP_DIR)/genscripts $(STAMP_DIR)/patch
|
||||||
cd $*-build && \
|
cd $*-build && \
|
||||||
../$*/configure --prefix=/usr --mandir=\$${prefix}/share/man \
|
../$*/configure --prefix=/usr --mandir=\$${prefix}/share/man \
|
||||||
--infodir=\$${prefix}/share/info $(confflags) \
|
--infodir=\$${prefix}/share/info $(confflags) \
|
||||||
CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" \
|
CFLAGS="$(CFLAGS)" \
|
||||||
RSH=rsh \
|
CPPFLAGS="$(CPPFLAGS)" \
|
||||||
MANCONF="/etc/manpath.config"
|
LDFLAGS="$(LDFLAGS)"
|
||||||
cd $*-build && $(MAKE)
|
cd $*-build && $(MAKE)
|
||||||
>$@
|
>$@
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue