]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
build gettext only for HD2, bump version gettext-0.19.8.1
authorMarkham <markham001@gmx.de>
Mon, 9 Apr 2018 20:16:47 +0000 (22:16 +0200)
committerMarkham <markham001@gmx.de>
Mon, 9 Apr 2018 20:16:47 +0000 (22:16 +0200)
make/libraries.mk
make/versions.mk

index 53c04474a2b525bcd5543842aca55ae04e295149..19c70e9ad78360427de86e84a92a7c8727ff303a 100755 (executable)
@@ -346,7 +346,7 @@ $(D)/libpng: $(D)/zlib $(ARCHIVE)/libpng-$(LIBPNG_VER).tar.xz | $(TARGETPREFIX)
                        --build=$(BUILD) \
                        --host=$(TARGET) \
                        --bindir=$(HOSTPREFIX)/bin \
-                       --mandir=/.remove \
+                       --mandir=$(BUILD_TMP)/.remove \
                        --enable-silent-rules \
                        --disable-arm-neon \
                        --disable-static && \
@@ -924,8 +924,9 @@ $(D)/libffi: $(ARCHIVE)/libffi-$(LIBFFI_VER).tar.gz
 #
 ifeq ($(BOXSERIES), hd2)
 ICONV_CONF = --with-libiconv=gnu
+LIBGLIB2_DEPS = $(D)/gettext
 endif
-$(D)/libglib2: $(D)/zlib $(D)/libffi $(D)/gettext $(ARCHIVE)/glib-$(LIBGLIB2_VER).tar.xz
+$(D)/libglib2: $(D)/zlib $(D)/libffi $(LIBGLIB2_DEPS) $(ARCHIVE)/glib-$(LIBGLIB2_VER).tar.xz
        $(START_BUILD)
        $(REMOVE)/glib-$(LIBGLIB2_VER)
        $(UNTAR)/glib-$(LIBGLIB2_VER).tar.xz
index beb6a2d7b071cde6deace069c62c5dcc9acba8f5..e70fb505fd4630b55ca3536a1eb4685659402eb7 100644 (file)
@@ -39,7 +39,7 @@ GD_VER = 2.0.35
 # GDB, the GNU Project debugger, allows you to see what is going on `inside' another program while it executes
 GDB_VER=7.12.1
 
-GETTEXT_VER = 0.19.8
+GETTEXT_VER = 0.19.8.1
 
 # giflib: converting images replaces libungif
 GIFLIB_VER=5.1.4