mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-22 04:03:11 +00:00
Change permission modes of static libraries to 644 (#2885)
Static libraries are archives and do not need the executable bit.
This commit is contained in:
@@ -632,8 +632,8 @@ endif
|
||||
install_lib_static: $(STATIC_LIBS)
|
||||
$(INSTALL) -d $(LIBDIR)
|
||||
@for l in $(STATIC_LIBS); do \
|
||||
echo "$(INSTALL) -m 755 $$l $(LIBDIR)"; \
|
||||
$(INSTALL) -m 755 $$l $(LIBDIR); \
|
||||
echo "$(INSTALL) -m 644 $$l $(LIBDIR)"; \
|
||||
$(INSTALL) -m 644 $$l $(LIBDIR); \
|
||||
done
|
||||
|
||||
install_lib_pc: $(PC)
|
||||
|
||||
Reference in New Issue
Block a user