mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2025-04-21 12:27:27 +03:00
new package: offrss and some depends pakcages
This commit is contained in:
13
offrss/patches/001-fix-the-static-gcc-in-Makefile.patch
Normal file
13
offrss/patches/001-fix-the-static-gcc-in-Makefile.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
diff --git a/Makefile b/Makefile
|
||||
index ff2e231..8414bae 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -1,7 +1,7 @@
|
||||
VERSION=$(shell if test -f manifest.uuid; then cat manifest.uuid | cut -c -10 ; else echo undefined; fi)
|
||||
|
||||
offrss: offrss.c server.c encoding.c util.c
|
||||
- gcc -DVERSION="$(VERSION)" -g -o $@ $^ -lmrss -lcurl
|
||||
+ $(CC) $(CFLAGS) $(LDFLAGS) -DVERSION="$(VERSION)" -g -o $@ $^ -lmrss -lcurl
|
||||
|
||||
offrss.c: offrss.h
|
||||
server.c: offrss.h
|
||||
Reference in New Issue
Block a user