mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-26 17:01:34 +02:00
13 lines
601 B
Diff
13 lines
601 B
Diff
diff -upr neomutt-neomutt-20170907.orig/Makefile.am neomutt-neomutt-20170907/Makefile.am
|
|
--- neomutt-neomutt-20170907.orig/Makefile.am 2017-09-16 23:31:49.743501911 +0200
|
|
+++ neomutt-neomutt-20170907/Makefile.am 2017-09-16 23:31:58.606864448 +0200
|
|
@@ -97,7 +97,7 @@ EXTRA_DIST = account.h attach.h bcache.h
|
|
EXTRA_SCRIPTS =
|
|
|
|
pgpring_SOURCES = pgppubring.c
|
|
-pgpring_LDADD = $(LIBOBJS) $(NCRYPT_LIBS) $(INTLLIBS) $(LIBMUTT)
|
|
+pgpring_LDADD = $(LIBOBJS) $(NCRYPT_LIBS) $(INTLLIBS) $(LIBMUTT) -lintl
|
|
pgpring_DEPENDENCIES = $(LIBOBJS) $(NCRYPT_DEPS) $(INTLDEPS) $(LIBMUTTDEPS)
|
|
|
|
txt2c_SOURCES = txt2c.c
|