On Sun 27 Apr 2014 14:08:12 Kurt Roeckx via RT wrote:
> > -DO_GNU_APP=LDFLAGS="$(CFLAGS) -Wl,-rpath,$(LIBRPATH)"
> > +DO_GNU_APP=LDFLAGS="$(LDFLAGS) $(CFLAGS)"
> 
> Shouldn't that be this?
> +DO_GNU_APP=LDFLAGS="$(LDFLAGS) -Wl,-rpath,$(LIBRPATH)"

i didn't mean to include dropping of the rpath in this change.  it should be:
DO_GNU_APP=LDFLAGS="$(LDFLAGS) $(CFLAGS) -Wl,-rpath,$(LIBRPATH)"

> But then I think think that we shouldn't have rpaths in the first
> place, so I wouldn't have a problem with removing the rpath.

yeah, in most systems it's pointless.  guess it should be made into a 
configure flag if people want to continue supporting it.
-mike


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to