Files
vasilito facf0c92e0 feat: track all source trees in git — full fork offline-first model
Red Bear OS is a full fork. All sources must be available from git clone
with zero network access. Removed gitignore rules that excluded fetched
source trees under recipes/*/source/, local/recipes/kde/*/source/,
local/recipes/qt/*/source/, and vendor source trees.

Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded.

127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt
frameworks, mesa, wayland, DRM drivers, and every other recipe source.
2026-05-14 10:55:53 +01:00

33 lines
724 B
Plaintext

Description:
Files:
Depends-on:
configure.ac:
dnl Make sure LOCALENAME_ENHANCE_LOCALE_FUNCS gets initialized to 0 before,
dnl not after, it has been set to 1 by gt_INTL_THREAD_LOCALE_NAME.
AC_REQUIRE([gl_LOCALE_H_DEFAULTS])
AC_REQUIRE([gt_INTL_THREAD_LOCALE_NAME])
Makefile.am:
# Parameterization of the 'relocatable-lib-lgpl' module.
AM_CPPFLAGS += \
-DIN_LIBRARY -DINSTALLDIR=\"$(libdir)\" -DNO_XMALLOC -DBUILDING_DLL \
-Dset_relocation_prefix=libintl_set_relocation_prefix \
-DDEPENDS_ON_LIBICONV=1
# Enable more warning options in this directory.
AM_CFLAGS += @WARN_CFLAGS@
# Support building libintl.a with -fPIC (needed by GCC).
AM_CFLAGS += @PICFLAG@
Include:
License:
LGPLv2+
Maintainer:
Bruno Haible