Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15:Update
liblscp
liblscp-remove_build_timestamps.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File liblscp-remove_build_timestamps.patch of Package liblscp
--- src/client.c.orig 2012-04-16 19:17:19.338850157 +0200 +++ src/client.c 2012-04-16 19:17:33.205849660 +0200 @@ -259,7 +259,7 @@ const char* lscp_client_version (void) { return LSCP_VERSION; } /** Retrieve the current client library build timestamp string. */ -const char* lscp_client_build (void) { return __DATE__ " " __TIME__; } +const char* lscp_client_build (void) { return ""; } //------------------------------------------------------------------------- --- examples/server.c.orig 2012-04-16 19:17:47.491849156 +0200 +++ examples/server.c 2012-04-16 19:17:51.646849008 +0200 @@ -406,7 +406,7 @@ const char* lscp_server_version (void) { return LSCP_VERSION; } /** Retrieve the current server library build timestamp string. */ -const char* lscp_server_build (void) { return __DATE__ " " __TIME__; } +const char* lscp_server_build (void) { return ""; } //-------------------------------------------------------------------------
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