package polarssl: install only library and headers

This commit is contained in:
Tony Theodore 2014-04-07 18:14:58 +10:00
parent a13849e2ca
commit 0092430701
1 changed files with 2 additions and 1 deletions

View File

@ -24,5 +24,6 @@ define $(PKG)_BUILD
mkdir '$(1)/build'
cd '$(1)/build' && cmake .. \
-DCMAKE_TOOLCHAIN_FILE='$(CMAKE_TOOLCHAIN_FILE)'
$(MAKE) -C '$(1)/build' -j '$(JOBS)' install
$(MAKE) -C '$(1)/build/library' -j '$(JOBS)' install
$(MAKE) -C '$(1)/build/include' -j '$(JOBS)' install
endef