rsstail: unbreak build (#1779)

This commit is contained in:
beefcurtains 2015-06-24 08:22:18 +00:00
parent 0f5f10ef8e
commit b32ad73deb
2 changed files with 13 additions and 1 deletions

View File

@ -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

View File

@ -1,7 +1,7 @@
# Template file for 'rsstail' # Template file for 'rsstail'
pkgname=rsstail pkgname=rsstail
version=1.8 version=1.8
revision=1 revision=2
build_style=gnu-makefile build_style=gnu-makefile
makedepends="libmrss-devel" makedepends="libmrss-devel"
short_desc="More or less an rss reader" short_desc="More or less an rss reader"