Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
security:tls:staging
vsftpd
vsftpd-2.0.5-enable-debuginfo.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File vsftpd-2.0.5-enable-debuginfo.patch of Package vsftpd
Index: vsftpd-3.0.5/Makefile =================================================================== --- vsftpd-3.0.5.orig/Makefile 2012-09-16 09:27:35.000000000 +0200 +++ vsftpd-3.0.5/Makefile 2022-02-01 20:12:04.538882105 +0100 @@ -9,7 +9,6 @@ CFLAGS = -O2 -fPIE -fstack-protector --p #-pedantic -Wconversion LIBS = `./vsf_findlibs.sh` -LINK = -Wl,-s LDFLAGS = -fPIE -pie -Wl,-z,relro -Wl,-z,now OBJS = main.o utility.o prelogin.o ftpcmdio.o postlogin.o privsock.o \ @@ -26,7 +25,7 @@ OBJS = main.o utility.o prelogin.o ftpcm $(CC) -c $*.c $(CFLAGS) $(IFLAGS) vsftpd: $(OBJS) - $(CC) -o vsftpd $(OBJS) $(LINK) $(LDFLAGS) $(LIBS) + $(CC) -o vsftpd $(OBJS) $(LDFLAGS) $(LIBS) install: if [ -x /usr/local/sbin ]; then \
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