Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Leap:42.2:Ports
fsvs
fsvs-1.2.5-linking.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fsvs-1.2.5-linking.patch of Package fsvs
diff -up src/fsvs.c.orig src/fsvs.c --- src/fsvs.c.orig 2015-06-22 23:08:52.660973689 +0200 +++ src/fsvs.c 2015-06-22 23:09:37.361972946 +0200 @@ -640,8 +640,7 @@ const char* Version(FILE *output) " version " FSVS_VERSION "\n"); if (opt__is_verbose()>0) { - fprintf(output, "compiled on " __DATE__ " " __TIME__ - ", with options:\n\t" + fprintf(output, "compiled on with options:\n\t" #ifdef HAVE_VALGRIND STRINGIFY(HAVE_VALGRIND) #endif diff -up src/Makefile.in.orig src/Makefile.in --- src/Makefile.in.orig 2015-06-22 23:06:22.966976178 +0200 +++ src/Makefile.in 2015-06-22 23:08:40.808973886 +0200 @@ -16,9 +16,9 @@ HEADREV := "$Revision: 2457 $" VERSION = $(shell perl -e '($$r) = (q( $(HEADREV) ) =~ m:(\d+):); $$t= q( $(HEADURL) ) =~ m:/tags/([^/]+): ? $$1 : "trunk"; print "$$t:$$r\n";' ) CFLAGS := @CFLAGS@ @NEED_FNESTED_FUNCTIONS@ -CFLAGS += -Wall -funsigned-char -Os -DFSVS_VERSION='"$(VERSION)"' +CFLAGS += -Wall -funsigned-char -DFSVS_VERSION='"$(VERSION)"' LDFLAGS := @LDFLAGS@ -FSVS_LDFLAGS = $(LDFLAGS) -lsvn_subr-1 -lsvn_delta-1 -lsvn_ra-1 -lpcre -lgdbm +FSVS_LDFLAGS = $(LDFLAGS) -lapr-1 -laprutil-1 -lsvn_subr-1 -lsvn_delta-1 -lsvn_ra-1 -lpcre -lgdbm -ldl EXTRALIBS := @EXTRALIBS@ WAA_CHARS?= @WAA_WC_MD5_CHARS@ @@ -146,13 +146,13 @@ docs: $(MANDEST)/fsvs-howto-backup.5 $(M ################################ Rules ###################################### %.o: %.c @echo " CC $<" - @$(CC) $(CFLAGS) -c -o $@ $< + $(CC) $(CFLAGS) -c -o $@ $< # if the Makefile has changed, the output will (at least sometimes) # change, too. $(DEST): $(C_FILES:%.c=%.o) @echo " Link $@" - @$(CC) $(FSVS_LDFLAGS) $(LDLIBS) $(LIBS) $(EXTRALIBS) -o $@ $^ + $(CC) -Wl,--unresolved-symbols=report-all -Wl,-z,noexecstack -o $@ $^ $(FSVS_LDFLAGS) $(LDLIBS) $(LIBS) $(EXTRALIBS) ifeq (@ENABLE_RELEASE@, 1) -strip $@ endif @@ -169,7 +169,7 @@ endif deps: $(D_FILES) .%.d: %.c @echo " deps for $<" - @$(CC) $(INCS) -MM $< | perl -pe 's#\bdoc.g-c\b##' > $@ + $(CC) $(INCS) -MM $< | perl -pe 's#\bdoc.g-c\b##' > $@ # $(CC) $(INCS) -MM -MF $@ $< include $(D_FILES)
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