Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #665 from vigsterkr/fbsd
Browse files Browse the repository at this point in the history
LD_LIBRARY_PATH is overwritten in check-examples
  • Loading branch information
Soeren Sonnenburg committed Jul 20, 2012
2 parents d69d803 + 69d7578 commit 7bafeba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.template
Expand Up @@ -330,7 +330,7 @@ check-examples-libshogun:
LIB_PATH="$(DESTDIR)$(LIBDIR)" \
INC_PATH="$(DESTDIR)$(INCDIR)" \
LIBS="$(LINKFLAGS) -lshogun" \
$(LIBRARY_PATH)=$(DESTDIR)$(LIBDIR) \
$(LIBRARY_PATH)=$(DESTDIR)$(LIBDIR):$$$(LIBRARY_PATH) \
INCLUDES="$(INCLUDES)" \
MAKE="$(MAKE)" ./check.sh

Expand Down

0 comments on commit 7bafeba

Please sign in to comment.