summaryrefslogtreecommitdiff
path: root/package/atftp/patches/patch-Makefile_am
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-10-30 09:58:28 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-10-30 09:58:28 +0100
commitbef35f5a12ad435785fed9b8fec1a8459fdb0c15 (patch)
treea1d541d87ac189b1d84134deff6ef4e13edab492 /package/atftp/patches/patch-Makefile_am
parent689658b9440e5b3c2c063a4efa40e003ef358975 (diff)
atftp: fix musl compile
Diffstat (limited to 'package/atftp/patches/patch-Makefile_am')
-rw-r--r--package/atftp/patches/patch-Makefile_am11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/atftp/patches/patch-Makefile_am b/package/atftp/patches/patch-Makefile_am
new file mode 100644
index 000000000..65d5ae2f9
--- /dev/null
+++ b/package/atftp/patches/patch-Makefile_am
@@ -0,0 +1,11 @@
+--- atftp-0.7.1.orig/Makefile.am 2012-07-22 09:20:32.000000000 +0200
++++ atftp-0.7.1/Makefile.am 2016-10-19 20:02:20.000000000 +0200
+@@ -28,7 +28,7 @@ noinst_HEADERS = argz.h logger.h optio
+ tftpd.h tftpd_pcre.h tftpd_mtftp.h
+
+ bin_PROGRAMS = atftp
+-atftp_LDADD = $(LIBTERMCAP) $(LIBREADLINE)
++atftp_LDADD = $(LIBTERMCAP) $(LIBREADLINE) $(LIBPTHREAD)
+ atftp_SOURCES = tftp.c tftp_io.c logger.c options.c tftp_def.c tftp_file.c \
+ argz.c tftp_mtftp.c
+