Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

spurious-executable-perm #10

Open
ghost opened this issue Apr 19, 2016 · 1 comment
Open

spurious-executable-perm #10

ghost opened this issue Apr 19, 2016 · 1 comment

Comments

@ghost
Copy link

ghost commented Apr 19, 2016

infinipath-psm-devel.x86_64: W: spurious-executable-perm /usr/include/psm.h
infinipath-psm-devel.x86_64: W: spurious-executable-perm /usr/include/psm_mq.h

It is a trivial issue, can be fixed with this dummy patch. Please apply it. Thanks.

diff --git a/Makefile b/Makefile
index d79c4bd..24fa29e 100644
--- a/Makefile
+++ b/Makefile
@@ -188,8 +188,8 @@ install: all
ln -sf ${TARGLIB}.so.${MAJOR}.${MINOR} ${TARGLIB}.so.${MAJOR} ;
ln -sf ${TARGLIB}.so.${MAJOR} ${TARGLIB}.so) ;
if [ X$(MIC) != X1 ]; then \

  •           install -D psm.h ${DESTDIR}/usr/include/psm.h ; \
    
  •           install -D psm_mq.h ${DESTDIR}/usr/include/psm_mq.h ; \
    
  •           install -m 0644 -D psm.h ${DESTDIR}/usr/include/psm.h ; \
    
  •           install -m 0644 -D psm_mq.h ${DESTDIR}/usr/include/psm_mq.h ; \
    else \
            filelist=/opt/intel/mic/psm/psm.filelist ; \
            sed -e 's!%IPATHMAJOR%!$(IPATH_LIB_MAJOR)!g' \
    
    ==========================
@hestela
Copy link
Contributor

hestela commented Jun 10, 2016

I have this patch applied internally, waiting for testing to complete for next release.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant