diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-01-14 08:25:26 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-01-14 08:25:26 +0000 |
commit | 3eab93d8cb03fd0395c9b495617526e344573219 (patch) | |
tree | f292db8c88b024049ab670b316d5a57a591bbc29 /system/gettext-tiny/respect-cflags.patch | |
parent | aa830b4469274dd5375f88a63ef14b766417780c (diff) | |
download | packages-3eab93d8cb03fd0395c9b495617526e344573219.tar.gz packages-3eab93d8cb03fd0395c9b495617526e344573219.tar.bz2 packages-3eab93d8cb03fd0395c9b495617526e344573219.tar.xz packages-3eab93d8cb03fd0395c9b495617526e344573219.zip |
system/gettext-tiny: Bump to latest Git commit
Diffstat (limited to 'system/gettext-tiny/respect-cflags.patch')
-rw-r--r-- | system/gettext-tiny/respect-cflags.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/gettext-tiny/respect-cflags.patch b/system/gettext-tiny/respect-cflags.patch index b949371c4..dd1cf3fe2 100644 --- a/system/gettext-tiny/respect-cflags.patch +++ b/system/gettext-tiny/respect-cflags.patch @@ -1,8 +1,8 @@ --- gettext-tiny-0.2.0/Makefile.old 2017-08-02 06:14:20.000000000 -0500 +++ gettext-tiny-0.2.0/Makefile 2018-06-16 21:21:57.148735892 -0500 -@@ -29,7 +29,7 @@ - ALL_TOOLS=msgfmt msgmerge xgettext autopoint +@@ -32,7 +32,7 @@ ALL_M4S=$(sort $(wildcard m4/*.m4)) + ALL_DATA=$(sort $(wildcard data/*)) -CFLAGS=-O0 -fPIC +CFLAGS ?= -O0 -fPIC |