mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
dev-embedded/qdl: update, remove stdlib patch
Signed-off-by: Quincy Fleming <quincyf467@protonmail.com>
This commit is contained in:
@@ -1 +1 @@
|
||||
DIST qdl-20230411.tar.gz 14561 BLAKE2B 6e80a2e6b8509abd1678dfda244130499655dd9a5a923149f41c22791b1f52ecc6166d09012f1cf1cb4ec954dc20669aa0e566956750b381827e8dd1df829ed3 SHA512 ebd45bfdec65c7a9c0c8a0e187b73940342988bb3ca3bfd7cf84f08cef90afa5c5331f0ccb047f580d9209ded7f4e4ca4146c7f9a4fe4a7ab3a88c2406c7903d
|
||||
DIST qdl-2024.4.9.tar.gz 14576 BLAKE2B 4eba1733b62114d77c41076b9830d6158aea2ab2a707a33fa2a22135827d17929d11fe4667ba97d97e55725e6fdff08173dc9030e581b435b53d6d2904dfcf3a SHA512 467f7f06eba1b32ac25a36f001743fda55a1a4b91cff63a22966383505ccc1a15fa5bde4f848c1962a38f6395080c192a372d6168b5075acfe42073af181345c
|
||||
|
||||
@@ -1,33 +0,0 @@
|
||||
#Created by Quincy Fleming
|
||||
#Failure to compile without include "<stdlib.h>"
|
||||
#Bug: https://bugs.gentoo.org/927801
|
||||
--- a/patch.c
|
||||
+++ b/patch.c
|
||||
@@ -30,6 +30,7 @@
|
||||
*/
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
+#include <stdlib.h>
|
||||
#include <libxml/parser.h>
|
||||
#include <libxml/tree.h>
|
||||
|
||||
--- a/program.c
|
||||
+++ b/program.c
|
||||
@@ -31,6 +31,7 @@
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <string.h>
|
||||
+#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <libxml/parser.h>
|
||||
#include <libxml/tree.h>
|
||||
--- a/util.c
|
||||
+++ b/util.c
|
||||
@@ -31,6 +31,7 @@
|
||||
#include <ctype.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
+#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <libxml/parser.h>
|
||||
#include <libxml/tree.h>
|
||||
@@ -6,7 +6,7 @@ EAPI=8
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="Tool to communicate with Qualcomm System On a Chip bootroms"
|
||||
COMMIT_ID="3b22df2bc7de02d867334af3a7aa8606db4f8cdd"
|
||||
COMMIT_ID="a629f43428ebd17080f55543f893d45694234f75"
|
||||
HOMEPAGE="https://github.com/andersson/qdl"
|
||||
SRC_URI="https://github.com/linux-msm/qdl/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
@@ -23,7 +23,6 @@ BDEPEND="virtual/libudev
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/makefile.patch"
|
||||
"${FILESDIR}/include_stdlib.patch"
|
||||
)
|
||||
|
||||
src_compile() {
|
||||
@@ -19,7 +19,6 @@ BDEPEND="virtual/libudev
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/makefile.patch"
|
||||
"${FILESDIR}/include_stdlib.patch"
|
||||
)
|
||||
|
||||
src_compile() {
|
||||
|
||||
Reference in New Issue
Block a user