[Pkg-libvirt-commits] [libguestfs] 29/146: build: mllib: put $(LIBTINFO_LIBS) within '...'
Hilko Bengen
bengen at moszumanska.debian.org
Sun Mar 29 17:00:10 UTC 2015
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch master
in repository libguestfs.
commit 1581e88548f88544c6d3a51880752bfc5a225382
Author: Pino Toscano <ptoscano at redhat.com>
Date: Fri Nov 21 16:08:50 2014 +0100
build: mllib: put $(LIBTINFO_LIBS) within '...'
This helps when $(LIBTINFO_LIBS) contains spaces (i.e. more than one
"word").
(cherry picked from commit 2305fe3fc642020108e755246f03d95640eb8adb)
---
mllib/Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mllib/Makefile.am b/mllib/Makefile.am
index 46080b0..c4e64d2 100644
--- a/mllib/Makefile.am
+++ b/mllib/Makefile.am
@@ -154,11 +154,11 @@ check_SCRIPTS = common_utils_tests
if HAVE_OCAMLOPT
common_utils_tests: common_gettext.cmx tty-c.o tTY.cmx common_utils.cmx common_utils_tests.cmx
$(OCAMLFIND) ocamlopt $(OCAMLOPTFLAGS) \
- mlguestfs.cmxa -linkpkg $^ -cclib $(LIBTINFO_LIBS) -o $@
+ mlguestfs.cmxa -linkpkg $^ -cclib '$(LIBTINFO_LIBS)' -o $@
else
common_utils_tests: common_gettext.cmo tty-c.o tTY.cmo common_utils.cmo common_utils_tests.cmo
$(OCAMLFIND) ocamlc $(OCAMLCFLAGS) \
- mlguestfs.cma -linkpkg $^ -cclib $(LIBTINFO_LIBS) -custom -o $@
+ mlguestfs.cma -linkpkg $^ -cclib '$(LIBTINFO_LIBS)' -custom -o $@
endif
TESTS_ENVIRONMENT = $(top_builddir)/run --test
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list