Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
ppp
ppp-2.4.2-pie.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ppp-2.4.2-pie.patch of Package ppp
Index: ppp-2.4.5.git/pppd/Makefile.linux =================================================================== --- ppp-2.4.5.git.orig/pppd/Makefile.linux +++ ppp-2.4.5.git/pppd/Makefile.linux @@ -205,7 +205,7 @@ install: pppd $(INSTALL) -m 644 pppd.8 $(MANDIR) pppd: $(PPPDOBJS) - $(CC) $(CFLAGS) $(LDFLAGS) -o pppd $(PPPDOBJS) $(LIBS) + $(CC) $(CFLAGS) -pie $(LDFLAGS) -o pppd $(PPPDOBJS) $(LIBS) srp-entry: srp-entry.c $(CC) $(CFLAGS) $(LDFLAGS) -o $@ srp-entry.c $(LIBS) Index: ppp-2.4.5.git/chat/Makefile.linux =================================================================== --- ppp-2.4.5.git.orig/chat/Makefile.linux +++ ppp-2.4.5.git/chat/Makefile.linux @@ -18,7 +18,7 @@ INSTALL= install all: chat chat: chat.o - $(CC) -o chat chat.o + $(CC) -pie -o chat chat.o chat.o: chat.c $(CC) -c $(CFLAGS) -o chat.o chat.c
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor