aboutsummaryrefslogtreecommitdiffstats
path: root/util-src/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'util-src/GNUmakefile')
-rw-r--r--util-src/GNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/util-src/GNUmakefile b/util-src/GNUmakefile
index 054c9201..e9e06355 100644
--- a/util-src/GNUmakefile
+++ b/util-src/GNUmakefile
@@ -24,6 +24,7 @@ install: $(ALL)
clean:
rm -f $(ALL) $(patsubst %.so,%.o,$(ALL))
+encodings.o: CFLAGS+=$(IDNA_FLAGS)
encodings.so: LDLIBS+=$(IDNA_LIBS)
hashes.so: LDLIBS+=$(OPENSSL_LIBS)