$(THISAPP)-res_randomid.patch \
$(THISAPP)-resolv_response_length.patch \
$(THISAPP)-undefine-__i686.patch \
- $(THISAPP)-d_tlsdec.patch \
$(THISAPP)-arc4random.patch
download: $(objects)
cd $(DIR_APP) && patch -Np0 -i $(DIR_PATCHES)/$(THISAPP)-undefine-__i686.patch
endif
- # Replace a direct call of a i686 function (Not able to compile at i586)
- cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-d_tlsdec.patch
-
# --sbindir=$(TOOLS_DIR)/bin does not work... anyone want to fix this?
# We don't need Glibc's sbin programs, but still.