stfl: unbreak build (#1779)

This commit is contained in:
beefcurtains 2015-06-23 11:06:20 +00:00
parent 105fbda651
commit 917a32f63e
2 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
--- Makefile.orig 2014-11-16 17:36:22.654752366 +0100
+++ Makefile 2014-11-16 17:36:51.204753383 +0100
--- Makefile.orig
+++ Makefile
@@ -20,9 +20,8 @@
include Makefile.cfg
@ -7,11 +7,11 @@
-export CC = gcc -pthread
-export CFLAGS += -I. -Wall -Os -ggdb -D_GNU_SOURCE -fPIC
-export LDLIBS += -lncursesw
+export CFLAGS += -I. -Wall -Os -ggdb -D_GNU_SOURCE -fPIC -pthread
+override export CFLAGS += -I. -Wall -D_GNU_SOURCE -fPIC -pthread
+export LDLIBS += -lncursesw -lpthread
SONAME := libstfl.so.0
VERSION := 0.23
VERSION := 0.24
@@ -39,7 +38,7 @@ libstfl.a: public.o base.o parser.o dump
libstfl.so.$(VERSION): public.o base.o parser.o dump.o style.o binding.o iconv.o \

View file

@ -1,7 +1,7 @@
# Template file for 'stfl'
pkgname=stfl
version=0.24
revision=1
revision=2
build_style=gnu-makefile
hostmakedepends="swig"
makedepends="ncurses-devel"