pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/aws



Module Name:    pkgsrc
Committed By:   marino
Date:           Fri May  9 22:45:15 UTC 2014

Modified Files:
        pkgsrc/www/aws: Makefile distinfo options.mk
Added Files:
        pkgsrc/www/aws/patches: patch-ssl_ssl.gpr

Log Message:
www/aws: Fix build for different zlib and libssl locations

The configuration for the location of libz and libssl both were wrong,
and they were corrected with their respective BUILDLINK_PREFIX.

In addition, regardless of where libssl is located, the standard location
(/usr/include) was searched instead of relative to the library.  This
required a patch to the GPR build in order to pass -I<loc> to the
compilation of C files.

The unnecessary removal of empty directories was removed as SunOS find
does not support the -empty switch.

Tested on Joyent dev area where both libz and libssl are not at /usr/lib.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/aws/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/aws/distinfo
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/aws/options.mk
cvs rdiff -u -r0 -r1.1 pkgsrc/www/aws/patches/patch-ssl_ssl.gpr

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index