taglib: build static

This commit is contained in:
Stefan Saraev 2014-07-18 14:12:37 +03:00 committed by Stephan Raue
parent fea0249684
commit c7880eaf3c

View File

@ -34,7 +34,7 @@ PKG_AUTORECONF="no"
# package specific configure options
configure_target() {
cmake -DCMAKE_TOOLCHAIN_FILE=$CMAKE_CONF -DCMAKE_INSTALL_PREFIX=/usr ..
cmake -DCMAKE_TOOLCHAIN_FILE=$CMAKE_CONF -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_STATIC=1 ..
}
post_makeinstall_target() {