mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
wayland: does not build with NDEBUG
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user