OCaml 4.14.0 rebuild
[arch-packages.git] / libots / trunk / libots-fix-build.patch
blobb8fdf4c78af2f4da0dc895012e65dd31dfe942c2
1 Description: Fix the Makefile dependencies
2 Author: Adrian Bunk <bunk@debian.org>
3 Bug-Debian: https://bugs.debian.org/906498
5 --- ots-0.5.0.orig/src/Makefile.am
6 +++ ots-0.5.0/src/Makefile.am
7 @@ -43,7 +43,7 @@ libots_1_include_HEADERS = \
8 libots.h
10 bin_PROGRAMS=ots
11 -ldadd = $(top_builddir)/src/libots-1.la $(OTS_LIBS) $(POPT_LIBS)
12 +ldadd = libots-1.la $(OTS_LIBS) $(POPT_LIBS)
14 ots_LDADD=$(ldadd)