criu/test/others/rpc
Venkateswara Rao Mandela a2225308c9 test/others/rpc: fix build error
Build in tests/others/rpc folder was failing due to the use of LDFLAGS
variable instead of LDLIBS variable to link libprotobuf-c. The makefile
uses implicit build rules.

$(CC) $(LDFLAGS) n.o $(LOADLIBES) $(LDLIBS)

Using LDFLAGS places -llibprotobuf-c before the object files, preventing
the library from being searched for required functions.  This commit
changes the variable to LDLIBS instead to fix the issue.

travis-ci: success for test/others/rpc: fix build error
Signed-off-by: Venkateswara Rao Mandela <venkat.mandela@ti.com>
Reviewed-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
2016-12-05 11:49:18 +03:00
..
.gitignore tests: move non-zdtm tests to tests/others/ 2016-02-24 13:09:17 +03:00
errno.py tests: move non-zdtm tests to tests/others/ 2016-02-24 13:09:17 +03:00
loop.sh tests: move non-zdtm tests to tests/others/ 2016-02-24 13:09:17 +03:00
Makefile test/others/rpc: fix build error 2016-12-05 11:49:18 +03:00
ps_test.py tests: move non-zdtm tests to tests/others/ 2016-02-24 13:09:17 +03:00
restore-loop.py tests: move non-zdtm tests to tests/others/ 2016-02-24 13:09:17 +03:00
rpc.proto tests: move non-zdtm tests to tests/others/ 2016-02-24 13:09:17 +03:00
run.sh tests: move non-zdtm tests to tests/others/ 2016-02-24 13:09:17 +03:00
test-c.c tests: move non-zdtm tests to tests/others/ 2016-02-24 13:09:17 +03:00
test.py tests: move non-zdtm tests to tests/others/ 2016-02-24 13:09:17 +03:00