mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
wayland: does not build with NDEBUG
This commit is contained in:
parent
9fefbf7f3e
commit
78166adf2b
@ -26,6 +26,11 @@ PKG_CONFIGURE_OPTS_TARGET="--with-sysroot=${SYSROOT_PREFIX} \
|
||||
--disable-documentation \
|
||||
--with-gnu-ld"
|
||||
|
||||
pre_configure_target() {
|
||||
# wayland does not build with NDEBUG (requires assert for tests)
|
||||
export CFLAGS=$(echo ${CFLAGS} | sed -e "s|-DNDEBUG||g")
|
||||
}
|
||||
|
||||
post_makeinstall_target() {
|
||||
rm -rf ${INSTALL}/usr/bin
|
||||
rm -rf ${INSTALL}/usr/share
|
||||
|
Loading…
x
Reference in New Issue
Block a user