Risk 0/5 · Safe
PKGBUILD
Result #1157
Comment
The change only removes comments from PKGBUILD and does not alter any build logic, sources, dependencies, or installed artifacts. The existing prepare()/build() behavior remains unchanged, including the local helper scripts for missing glib tools, so there is no new security impact in this diff.
@@ -28,7 +28,6 @@ prepare() {
sed -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' -i configure.ac
sed -e 's/static volatile gsize gonce_data/static gsize gonce_data/g' -i gst/gstutils.h
- # Create local symlinks to required glib tools if needed
if [ ! -f /usr/bin/glib-mkenums ]; then
mkdir -p tools
cat > tools/glib-mkenums <<'EOF'