rsstail: unbreak build (#1779)
This commit is contained in:
parent
0f5f10ef8e
commit
b32ad73deb
|
@ -0,0 +1,12 @@
|
|||
--- Makefile.orig
|
||||
+++ Makefile
|
||||
@@ -2,7 +2,8 @@
|
||||
|
||||
DEBUG=-g
|
||||
LDFLAGS=-lmrss $(DEBUG)
|
||||
-CFLAGS=-O2 -Wall -DVERSION=\"$(VERSION)\" $(DEBUG)
|
||||
+override LDFLAGS:=-lmrss $(LDFLAGS)
|
||||
+override CFLAGS+=-Wall -DVERSION=\"$(VERSION)\" $(DEBUG)
|
||||
|
||||
OBJS=r2t.o
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'rsstail'
|
||||
pkgname=rsstail
|
||||
version=1.8
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
makedepends="libmrss-devel"
|
||||
short_desc="More or less an rss reader"
|
||||
|
|
Loading…
Reference in New Issue