On Mon, 16 Sep 2013, Arunav Sanyal wrote:
Certain versions of HP-UX does not allow linking using SHLIB_PATH(counterpart of LD_LIBRARY_PATH). As a result, custom library linking was failing. Following change fixes the linking issue:-
Which version did you see this problem with? We did modify the LDFLAGS usage in there rather recently.
Note: $(CURL_HOME)/lib/Makefile.in was changed
The Makefile.in file is generated from the Makefile.am file though so that's where a change needs to be done - if any. When I look in the generated lib/Makefile.in I have, it looks like similar to what your patch seems to want... ?
-- / daniel.haxx.se ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
