mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
bchunk: remove unneeded patch
This commit is contained in:
parent
198df11d49
commit
29a729739e
@ -16,3 +16,7 @@ PKG_LONGDESC="binchunker converts a CD image in a .bin / .cue format (sometimes
|
||||
makeinstall_target() {
|
||||
:
|
||||
}
|
||||
|
||||
make_target() {
|
||||
make $PKG_MAKE_OPTS_TARGET CC=$CC LD=$CC
|
||||
}
|
||||
|
@ -1,16 +0,0 @@
|
||||
diff -Naur a/Makefile b/Makefile
|
||||
--- a/Makefile 2001-08-02 05:51:40.000000000 -0700
|
||||
+++ b/Makefile 2016-10-23 10:47:21.682136676 -0700
|
||||
@@ -1,9 +1,9 @@
|
||||
all: bchunk
|
||||
|
||||
# For systems with GCC (Linux, and others with GCC installed):
|
||||
-CC = gcc
|
||||
-LD = gcc
|
||||
-CFLAGS = -Wall -Wstrict-prototypes -O2
|
||||
+CC ?= gcc
|
||||
+LD = $(CC)
|
||||
+CFLAGS ?= -Wall -Wstrict-prototypes -O2
|
||||
|
||||
# For systems with a legacy CC:
|
||||
#CC = cc
|
Loading…
x
Reference in New Issue
Block a user