[BACK]Return to bsd.lib.mk CVS log [TXT][DIR] Up to [local] / src / share / mk

Diff for /src/share/mk/bsd.lib.mk between version 1.71 and 1.72

version 1.71, 2013/10/15 22:40:00 version 1.72, 2015/05/14 02:56:01
Line 30 
Line 30 
   
 .if defined(NOPIE)  .if defined(NOPIE)
 CFLAGS+=        ${NOPIE_FLAGS}  CFLAGS+=        ${NOPIE_FLAGS}
   CXXFLAGS+=      ${NOPIE_FLAGS}
 AFLAGS+=        ${NOPIE_FLAGS}  AFLAGS+=        ${NOPIE_FLAGS}
 .endif  .endif
   

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72