source: npl/internetserver/poptop_ppp/patches/ppp-2.4.2-pie.patch @ c5c522c

gcc484ntopperl-5.22
Last change on this file since c5c522c was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 726 bytes
  • ppp-2.4.2/pppd/Makefile.linux

    old new  
    206206        $(INSTALL) -c -m 444 pppd.8 $(MANDIR)/man8
    207207
    208208pppd: $(PPPDOBJS)
    209         $(CC) $(CFLAGS) $(LDFLAGS) -o pppd $(PPPDOBJS) $(LIBS)
     209        $(CC) $(CFLAGS) -pie $(LDFLAGS) -o pppd $(PPPDOBJS) $(LIBS)
    210210
    211211srp-entry:      srp-entry.c
    212212        $(CC) $(CFLAGS) $(LDFLAGS) -o $@ srp-entry.c $(LIBS)
  • ppp-2.4.2/chat/Makefile.linux

    old new  
    1414all:    chat
    1515
    1616chat:   chat.o
    17         $(CC) -o chat chat.o
     17        $(CC) -pie -o chat chat.o
    1818
    1919chat.o: chat.c
    2020        $(CC) -c $(CFLAGS) -o chat.o chat.c
Note: See TracBrowser for help on using the repository browser.