Always use 'lib' instead of 'lib64' 80/14780/3
authorDamjan Marion <damarion@cisco.com>
Wed, 12 Sep 2018 12:01:10 +0000 (14:01 +0200)
committerDave Barach <openvpp@barachs.net>
Wed, 12 Sep 2018 16:38:59 +0000 (16:38 +0000)
commit79dcbc74cd417f4caf41bc398ccba94cab7d656b
tree043a57b2a904636093ff08b44f97172d09c36114
parent350155329c6075cef48b2d6934329a7ad75cf5c8
Always use 'lib' instead of 'lib64'

It is packaging responsibility to put libs in the right place.
Use of lib64 resulted in huge amount of files with hardcoded lib64.
This patch simplifies things...

Change-Id: Iab0dea0583e480907732c5d2379eb951a00fa9e6
Signed-off-by: Damjan Marion <damarion@cisco.com>
24 files changed:
build-data/packages/vom.mk
build-data/packages/vpp.mk
build-root/scripts/find-plugins-contents
docs/gettingstarted/developers/gdb_examples.rst
docs/gettingstarted/progressivevpp/runningvpp.rst
docs/gettingstarted/users/configuring/startup.rst
extras/rpm/vpp-suse.spec
extras/rpm/vpp.spec
extras/vcl-ldpreload/README.md
extras/vcl-ldpreload/test/common/nginx_test.sh
extras/vcl-ldpreload/test/curl_test.sh
extras/vcl-ldpreload/test/wget_test.sh
extras/vom/CMakeLists.txt
extras/vom/vom/CMakeLists.txt
extras/vpp_config/data/startup.conf.template
src/CMakeLists.txt
src/cmake/cpu.cmake
src/cmake/library.cmake
src/cmake/plugin.cmake
src/plugins/dpdk/CMakeLists.txt
src/vpp/conf/startup.conf
src/vpp/vnet/main.c
test/ext/Makefile
test/scripts/socket_test.sh