> -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)" 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. Kurt ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
