diff options
Diffstat (limited to 'testing/stfl/libiconv.patch')
-rw-r--r-- | testing/stfl/libiconv.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/stfl/libiconv.patch b/testing/stfl/libiconv.patch new file mode 100644 index 0000000000..e96f8024de --- /dev/null +++ b/testing/stfl/libiconv.patch @@ -0,0 +1,13 @@ +diff --git a/Makefile b/Makefile +index d481e68..55aa66e 100644 +--- a/Makefile ++++ b/Makefile +@@ -22,7 +22,7 @@ include Makefile.cfg + + export CC = gcc -pthread + export CFLAGS += -I. -Wall -Os -ggdb -D_GNU_SOURCE -fPIC +-export LDLIBS += -lncursesw ++export LDLIBS += -lncursesw -liconv + + SONAME := libstfl.so.0 + VERSION := 0.22 |