Skip to content

Instantly share code, notes, and snippets.

View Gottox's full-sized avatar

Enno T. Boland Gottox

View GitHub Profile
/*
* range-check.c
* Copyright (C) 2019 tox <tox@rootkit>
*
* Distributed under terms of the MIT license.
*/
#include <stdlib.h>
#include <stdio.h>
/*
* range-check.c
* Copyright (C) 2019 tox <tox@rootkit>
*
* Distributed under terms of the MIT license.
*/
#include <stdlib.h>
#include <stdio.h>
/*
* range-check.c
* Copyright (C) 2019 tox <tox@rootkit>
*
* Distributed under terms of the MIT license.
*/
#include <stdlib.h>
#include <stdio.h>
/*
* range-check.c
* Copyright (C) 2019 tox <tox@rootkit>
*
* Distributed under terms of the MIT license.
*/
#include <stdlib.h>
#include <stdio.h>
layout title comments
post
Cross compilation support for gobject typelibs
true

Thanks to the work of maxice8 we're pleased to announce cross compiling support for gobject-introspection and packages that depend on this tool. This is a big step forward to support more packages through cross compiling and stay future proof for glib development.

layout title comments
post
Cross compilation support for gobject typelibs
true

Thanks to the work of maxice8 we're pleased to announce cross compiling support for gobject-introspection and packages using this library. This is a big step forward to support more packages through cross compiling and stay future proof for glib development.

ELF Header:
Magic: 7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00
Class: ELF64
Data: 2's complement, little endian
Version: 1 (current)
OS/ABI: UNIX - System V
ABI Version: 0
Type: EXEC (Executable file)
Machine: Advanced Micro Devices X86-64
Version: 0x1
diff --git a/modules.d/99fs-lib/fs-lib.sh b/modules.d/99fs-lib/fs-lib.sh
index d39ca1b7..8dbc8b3c 100755
--- a/modules.d/99fs-lib/fs-lib.sh
+++ b/modules.d/99fs-lib/fs-lib.sh
@@ -44,22 +44,22 @@ fsck_able() {
;;
ext?)
type e2fsck >/dev/null 2>&1 &&
- _drv="_drv=e2fsck fsck_drv_com" &&
+ _drv="_drv=e2fsck fsck_drv_com e2fsck" &&
diff --git a/srcpkgs/firefox/files/mozconfig b/srcpkgs/firefox/files/mozconfig
index 33188c0c75..0798fdd40e 100644
--- a/srcpkgs/firefox/files/mozconfig
+++ b/srcpkgs/firefox/files/mozconfig
@@ -30,7 +30,6 @@ ac_add_options --disable-gconf
ac_add_options --disable-tests
ac_add_options --disable-crashreporter
ac_add_options --disable-updater
-ac_add_options --disable-elf-hack
ac_add_options --disable-install-strip
diff --git a/srcpkgs/firefox/files/mozconfig b/srcpkgs/firefox/files/mozconfig
index 33188c0c75..0798fdd40e 100644
--- a/srcpkgs/firefox/files/mozconfig
+++ b/srcpkgs/firefox/files/mozconfig
@@ -30,7 +30,6 @@ ac_add_options --disable-gconf
ac_add_options --disable-tests
ac_add_options --disable-crashreporter
ac_add_options --disable-updater
-ac_add_options --disable-elf-hack
ac_add_options --disable-install-strip