aboutsummaryrefslogtreecommitdiffstats
path: root/build-data/packages/libmemif.mk
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2021-07-02 16:04:26 +0200
committerFlorin Coras <florin.coras@gmail.com>2021-07-02 16:18:33 +0000
commita5167edc66c639e139ffb5de4336c54bb3d8a871 (patch)
tree1a1d9eed7a21719115a15b2eba2e302b6120140f /build-data/packages/libmemif.mk
parent9de8028a0bc0b27032d6e42292baaa8b183f2495 (diff)
build: remove unused files and sections
Type: make Change-Id: Ia1d8c53c5fb02f7e5c86efab6e6ccd0fdb16bc96 Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'build-data/packages/libmemif.mk')
-rw-r--r--build-data/packages/libmemif.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/build-data/packages/libmemif.mk b/build-data/packages/libmemif.mk
index acc0d64257f..a4676af456e 100644
--- a/build-data/packages/libmemif.mk
+++ b/build-data/packages/libmemif.mk
@@ -26,11 +26,6 @@ libmemif_cmake_args += -DCMAKE_C_FLAGS="$($(TAG)_TAG_CFLAGS)"
libmemif_cmake_args += -DCMAKE_SHARED_LINKER_FLAGS="$($(TAG)_TAG_LDFLAGS)"
libmemif_cmake_args += -DCMAKE_PREFIX_PATH:PATH="$(PACKAGE_INSTALL_DIR)/../vpp"
-# Use devtoolset on centos 7
-ifneq ($(wildcard /opt/rh/devtoolset-9/enable),)
-libmemif_cmake_args += -DCMAKE_PROGRAM_PATH:PATH="/opt/rh/devtoolset-9/root/bin"
-endif
-
libmemif_configure = \
cd $(PACKAGE_BUILD_DIR) && \
$(CMAKE) -G Ninja $(libmemif_cmake_args) $(call find_source_fn,$(PACKAGE_SOURCE))$(PACKAGE_SUBDIR)