From: Dmitry Eremin-Solenikov <[email protected]>
Signed-off-by: Dmitry Eremin-Solenikov <[email protected]>
---
/** Email created from pull request 45 (lumag:m4)
** https://github.com/Linaro/odp/pull/45
** Patch: https://github.com/Linaro/odp/pull/45.patch
** Base sha: 7cf390d11e69f6b677e6fbfd6414944737406fc3
** Merge commit sha: 3808f2b5af9d034f6157eb2c7eec543ee8055fbf
**/
.travis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 669695d8..650bb508 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -115,10 +115,10 @@ script:
- echo "Checking linking and run from install..."
- pushd $HOME
- echo "Dynamic link.."
- - ${CC} ${OLDPWD}/example/hello/odp_hello.c -o odp_hello_inst
-I${HOME}/odp-install/include -L${HOME}/odp-install/lib -lodp-linux
-L${OLDPWD}/dpdk/x86_64-native-linuxapp-gcc/lib -lrt -ldpdk -lpthread -lcrypto
-lpcap -ldl
+ - ${CC} ${OLDPWD}/example/hello/odp_hello.c -o odp_hello_inst
`PKG_CONFIG_PATH=${HOME}/odp-install/lib/pkgconfig pkg-config --cflags --libs
libodp-linux`
- LD_LIBRARY_PATH="${HOME}/odp-install/lib:$LD_LIBRARY_PATH"
./odp_hello_inst
- echo "Static link.."
- - ${CC} ${OLDPWD}/example/hello/odp_hello.c -o odp_hello_inst
-I${HOME}/odp-install/include -L${HOME}/odp-install/lib -lodp-linux
-L${OLDPWD}/dpdk/x86_64-native-linuxapp-gcc/lib -lrt -ldpdk -lpthread -lcrypto
-lpcap -ldl -static
+ - ${CC} ${OLDPWD}/example/hello/odp_hello.c -o odp_hello_inst
`PKG_CONFIG_PATH=${HOME}/odp-install/lib/pkgconfig pkg-config --cflags --libs
libodp-linux --static` -static
- ./odp_hello_inst
jobs: