forked from pool/openldap2
Jan Engelhardt
0da1e6801e
- add reproducible.patch to avoid using compile-time specific date/time constructs OBS-URL: https://build.opensuse.org/request/show/1041971 OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=309
14 lines
450 B
Diff
14 lines
450 B
Diff
Index: openldap-2.6.3/build/mkversion
|
|
===================================================================
|
|
--- openldap-2.6.3.orig/build/mkversion
|
|
+++ openldap-2.6.3/build/mkversion
|
|
@@ -77,7 +77,7 @@ static const char copyright[] =
|
|
"COPYING RESTRICTIONS APPLY\n";
|
|
|
|
$static $const char $SYMBOL[] =
|
|
-"@(#) \$$PACKAGE: $APPLICATION $VERSION (" __DATE__ " " __TIME__ ") \$\n"
|
|
+"@(#) \$$PACKAGE: $APPLICATION $VERSION \$\n"
|
|
"\t$WHOWHERE\n";
|
|
|
|
__EOF__
|