1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-12-23 10:05:46 -05:00

Debian build: enable external libraries. Updated cm256cc commit tag to fetch version with SIMD test program core dumps fix

This commit is contained in:
f4exb 2019-06-01 19:39:31 +02:00
parent a23c6f86c4
commit 29e818fe6f
2 changed files with 2 additions and 2 deletions

2
debian/rules vendored
View File

@ -4,7 +4,7 @@
# FORCE_SSE41 will be not accepted upstream # FORCE_SSE41 will be not accepted upstream
override_dh_auto_configure: override_dh_auto_configure:
dh_auto_configure -- -DFORCE_SSE41=ON dh_auto_configure -- -DFORCE_SSE41=ON -DENABLE_EXTERNAL_LIBRARIES=ON
# permit the packaging with /usr/local/lib libraries (from `make install`) # permit the packaging with /usr/local/lib libraries (from `make install`)
# you can also use `export DEB_DH_SHLIBDEPS_ARGS_ALL=--dpkg-shlibdeps-params=--ignore-missing-info` # you can also use `export DEB_DH_SHLIBDEPS_ARGS_ALL=--dpkg-shlibdeps-params=--ignore-missing-info`

View File

@ -9,7 +9,7 @@
# which version/tag/checkout to use # which version/tag/checkout to use
set(CODEC2_TAG 7a0187da3ffb06fd90c081216b50bab94d02d046) set(CODEC2_TAG 7a0187da3ffb06fd90c081216b50bab94d02d046)
set(CM256CC_TAG 19f023d9d6c6f1a2e7dc5bcf466a1424c7918de4) set(CM256CC_TAG f21e8bc1e9afdb0b28672743dcec111aec1d32d9)
set(MBELIB_TAG "debian/1.3.0") set(MBELIB_TAG "debian/1.3.0")
set(SERIALDV_TAG abd65a0fc2d5339808194862d14119b0cba70424) set(SERIALDV_TAG abd65a0fc2d5339808194862d14119b0cba70424)
set(DSDCC_TAG 952fb5f5f7bf1928a290ad62acce35492df13f5d) set(DSDCC_TAG 952fb5f5f7bf1928a290ad62acce35492df13f5d)