forked from pool/tigervnc
215d1da823
- n_tigervnc-date-time.patch package republishes everyday and gets on my nerves, this is because the binaries contain hardcoded timestamps, avoid that. - export CXXFLAGS and CFLAGS before building ttigervnc otherwise it gets built without optimization. - Make build verbose so it rpmlint catches errors like the above ones. OBS-URL: https://build.opensuse.org/request/show/235723 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/tigervnc?expand=0&rev=30
41 lines
1.5 KiB
Diff
41 lines
1.5 KiB
Diff
--- tigervnc-1.3.1.orig/unix/xserver/hw/vnc/buildtime.c
|
|
+++ tigervnc-1.3.1/unix/xserver/hw/vnc/buildtime.c
|
|
@@ -15,4 +15,4 @@
|
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
|
|
* USA.
|
|
*/
|
|
-char buildtime[] = __DATE__ " " __TIME__;
|
|
+char buildtime[] = "??? ?? ???? ??:??:??";
|
|
--- tigervnc-1.3.1.orig/unix/vncconfig/buildtime.c
|
|
+++ tigervnc-1.3.1/unix/vncconfig/buildtime.c
|
|
@@ -15,4 +15,4 @@
|
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
|
|
* USA.
|
|
*/
|
|
-char buildtime[] = __DATE__ " " __TIME__;
|
|
+char buildtime[] = "??? ?? ???? ??:??:??";
|
|
--- tigervnc-1.3.1.orig/unix/x0vncserver/buildtime.c
|
|
+++ tigervnc-1.3.1/unix/x0vncserver/buildtime.c
|
|
@@ -15,4 +15,4 @@
|
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
|
|
* USA.
|
|
*/
|
|
-char buildtime[] = __DATE__ " " __TIME__;
|
|
+char buildtime[] = "??? ?? ???? ??:??:??";
|
|
--- tigervnc-1.3.1.orig/vncviewer/buildTime.cxx
|
|
+++ tigervnc-1.3.1/vncviewer/buildTime.cxx
|
|
@@ -15,4 +15,4 @@
|
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
|
|
* USA.
|
|
*/
|
|
-const char* buildTime = "Built on " __DATE__ " at " __TIME__;
|
|
+const char* buildTime = "Built on ??? ?? ???? at ??:??:??";
|
|
--- tigervnc-1.3.1.orig/win/winvnc/buildTime.cxx
|
|
+++ tigervnc-1.3.1/win/winvnc/buildTime.cxx
|
|
@@ -15,4 +15,4 @@
|
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
|
|
* USA.
|
|
*/
|
|
-const char* buildTime = "Built on " __DATE__ " at " __TIME__;
|
|
+const char* buildTime = "Built on ??? ?? ???? at ??:??:??";
|