mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-01 20:01:47 +02:00
14 lines
328 B
Diff
14 lines
328 B
Diff
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
|