logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

gettext-0.3.2-respect-CFLAGS.patch (505B)


  1. https://github.com/sabotage-linux/gettext-tiny/commit/06a18283262b851e6f5965bcdfa3bf2724495728
  2. From: Ariadne Conill <ariadne@dereferenced.org>
  3. Date: Tue, 13 Apr 2021 18:59:13 -0800
  4. Subject: [PATCH] build: respect cflags (#58)
  5. --- a/Makefile
  6. +++ b/Makefile
  7. @@ -32,7 +32,7 @@ ALL_TOOLS=msgfmt msgmerge xgettext autopoint
  8. ALL_M4S=$(sort $(wildcard m4/*.m4))
  9. ALL_DATA=$(sort $(wildcard data/*))
  10. -CFLAGS=-O0 -fPIC
  11. +CFLAGS ?= -O0 -fPIC
  12. AR ?= $(CROSS_COMPILE)ar
  13. RANLIB ?= $(CROSS_COMPILE)ranlib