vtk: use new style PKG_CONFIGURE_OPTS

closes #2439
This commit is contained in:
Tony Theodore 2019-12-06 20:39:13 +11:00
parent 181da98e54
commit aab04b93b0
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ define $(PKG)_BUILD
-DVTK_FORBID_DOWNLOADS=ON \
-DBUILD_EXAMPLES=OFF \
-DBUILD_TESTING=OFF \
$($(PKG)_CONFIGURE_OPTS)
$(PKG_CONFIGURE_OPTS)
$(MAKE) -C '$(BUILD_DIR)' -j '$(JOBS)' VERBOSE=1
$(MAKE) -C '$(BUILD_DIR)' -j 1 install VERBOSE=1