Merged changes from 3.14 branch

Up to revno 12398, i.e. the R3.14.12.3 release.
This commit is contained in:
Andrew Johnson
2012-12-18 15:44:35 -06:00
23 changed files with 1224 additions and 1171 deletions

View File

@ -377,6 +377,7 @@ INSTALL_LIB_INSTALLS = $(addprefix $(INSTALL_LIB)/,$(notdir $(LIB_INSTALLS)))
# Installed file permissions
BIN_PERMISSIONS = 555
LIB_PERMISSIONS = 444
SHRLIB_PERMISSIONS = 555
INSTALL_PERMISSIONS = 444
#---------------------------------------------------------------