diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2015-10-19 09:58:48 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2015-11-08 13:37:23 +0100 |
| commit | f71eb452b798e5e4dc133a4f0288fe74652e56e6 (patch) | |
| tree | 75beb922d5a8cf00a33d3f8b563cd127f9a69eeb | |
| parent | 97a9054a7b1b7db1d64a07c49207df7d28d8a119 (diff) | |
| download | vis-f71eb452b798e5e4dc133a4f0288fe74652e56e6.tar.gz vis-f71eb452b798e5e4dc133a4f0288fe74652e56e6.tar.xz | |
travis: try to fix build by using local built dependencies
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -168,8 +168,8 @@ dependency/sources/patch-liblua: dependency/sources/extract-liblua touch $@ dependency/sources/build-liblua: dependency/sources/patch-liblua dependency/sources/install-liblpeg - #make -C $(dir $<)/$(LIBLUA)/src all CC=$(CC) MYCFLAGS="-DLUA_USE_POSIX -DLUA_USE_DLOPEN" MYLIBS="-Wl,-E -ldl -lncursesw" - make -C $(dir $<)/$(LIBLUA) posix CC=$(CC) + make -C $(dir $<)/$(LIBLUA)/src all CC=$(CC) MYCFLAGS="-DLUA_USE_POSIX -DLUA_USE_DLOPEN -fPIC" MYLIBS="-Wl,-E -ldl -lncursesw -lm" + #make -C $(dir $<)/$(LIBLUA) posix CC=$(CC) touch $@ dependency/sources/install-liblua: dependency/sources/build-liblua |
