[packages/js] - rel 12; fix build
arekm
arekm at pld-linux.org
Thu Oct 17 22:12:18 CEST 2019
commit 2bd2ca087b02342d71ea899f6281fff639fabcdf
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Thu Oct 17 22:12:10 2019 +0200
- rel 12; fix build
js-build.patch | 11 +++++++++++
js.spec | 2 +-
2 files changed, 12 insertions(+), 1 deletion(-)
---
diff --git a/js.spec b/js.spec
index 466d113..e29f005 100644
--- a/js.spec
+++ b/js.spec
@@ -8,7 +8,7 @@ Summary: JavaScript Reference Implementation
Summary(pl.UTF-8): Wzorcowa implementacja JavaScriptu
Name: js
Version: 1.7.0
-Release: 11
+Release: 12
Epoch: 2
License: MPL 1.1 or GPL v2+ or LGPL v2.1+
Group: Development/Languages
diff --git a/js-build.patch b/js-build.patch
index 1645c56..6f7fee7 100644
--- a/js-build.patch
+++ b/js-build.patch
@@ -9,3 +9,14 @@
fflush(gOutFile);
if (!fgets(line, sizeof line, file))
return JS_FALSE;
+--- js/src/config/Linux_All.mk~ 2005-05-10 21:53:44.000000000 +0200
++++ js/src/config/Linux_All.mk 2019-10-17 22:09:03.383335550 +0200
+@@ -43,7 +43,7 @@
+
+ CC = gcc
+ CCC = g++
+-CFLAGS += -Wall -Wno-format
++CFLAGS += -Wall
+ OS_CFLAGS = -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R
+
+ RANLIB = echo
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/js.git/commitdiff/2bd2ca087b02342d71ea899f6281fff639fabcdf
More information about the pld-cvs-commit
mailing list