[PATCH] DESTDIR issue in 3.2.2

Marc Espie espie@nerim.net
Wed Feb 12 12:32:00 GMT 2003


This fix actually exists in -current, I reinvented it independently.

I'd like to bring it to the 3.2 branch (and possibly 3.3/3.4, I haven't
checked yet). 

Okay ?

2003-02-12  Marc Espie  <espie@openbsd.org>

	* config-ml.in: Propagate DESTDIR.

*** config-ml.in.orig	Wed Jun 13 04:12:07 2001
--- config-ml.in	Tue Feb 11 22:48:09 2003
***************
*** 553,558 ****
--- 553,559 ----
  				LIBCFLAGS="$(LIBCFLAGS) $${flags}" \
  				LIBCXXFLAGS="$(LIBCXXFLAGS) $${flags}" \
  				LDFLAGS="$(LDFLAGS) $${flags}" \
+ 				DESTDIR="$(DESTDIR)" \
  				$(DO)); then \
  		  true; \
  		else \



More information about the Gcc-patches mailing list