]> git.ipfire.org Git - pakfire.git/commit
build: Remove BUILDROOT check
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 19 Jul 2023 10:16:54 +0000 (10:16 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 19 Jul 2023 10:16:54 +0000 (10:16 +0000)
commitf1443b80e6d66c58db13c0f5fdce580efe457828
tree88455a4b198b2c98d63b10020f435c76307fec29
parent90503c531401358b26efb4d463ee5c0c8a36d1d0
build: Remove BUILDROOT check

This searched for any references to BUILDROOT in any generated files.
However, this is hard to implement without using the nested function
which unfortunately requires an executable stack which is not permitted
in IPFire.

Since the check is usually not having a massive impact, this patch
removes it for now with the intention to bring it back at a later time.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/build.c