Unverified Kaydet (Commit) 0e4cd619 authored tarafından Suleyman Poyraz's avatar Suleyman Poyraz

mozjs compiled due to issue #24

üst 367623d4
......@@ -18,12 +18,21 @@ def setup():
shelltools.makedirs("moz-build")
shelltools.cd("moz-build")
shelltools.system(" ../configure --prefix=/usr \
--with-intl-api \
--with-system-zlib \
--with-system-icu \
--disable-jemalloc \
--enable-readline ")
--disable-debug \
--disable-debug-symbols \
--disable-jemalloc \
--disable-strip \
--enable-hardening \
--enable-linker=gold \
--enable-optimize \
--enable-posix-nspr-emulation \
--enable-readline \
--enable-release \
--enable-shared-js \
--enable-tests \
--with-intl-api \
--with-system-zlib \
--without-system-icu")
def build():
shelltools.cd("moz-build")
shelltools.export("SHELL", "/bin/bash")
......@@ -34,3 +43,5 @@ def install():
shelltools.cd("moz-build")
shelltools.export("SHELL", "/bin/bash")
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
#BUG: at issue #24 in gitlab
inarytools.remove("/usr/lib/*.ajs")
......@@ -14,6 +14,7 @@
<Description>Mozjs60 is Mozilla's C implementation of JavaScript.</Description>
<Archive type="tarbz2" sha1sum="069bdffcc96f2b23f935d1e91a16282fedc2d430">ftp://ftp.gnome.org/pub/gnome/teams/releng/tarballs-needing-help/mozjs/mozjs-60.8.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>autoconf213</Dependency>
<Dependency>zlib</Dependency>
<Dependency>nspr</Dependency>
<Dependency>readline</Dependency>
......@@ -40,6 +41,13 @@
<History>
<Update release="2">
<Date>2020-01-09</Date>
<Version>60.8.0</Version>
<Comment>Package rebuilded due to file conflicts.</Comment>
<Name>Süleyman Poyraz</Name>
<Email>zaryob.dev@gmail.com</Email>
</Update>
<Update release="1">
<Date>2019-09-18</Date>
<Version>60.8.0</Version>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment