objects = $(DL_FILE) \
$(THISAPP)-rng.patch \
$(THISAPP)-fixes-1.patch \
+ $(THISAPP)-paths-1.patch \
+ $(THISAPP)-profile-1.patch \
# $(THISAPP)-arc4random-1.patch
download: $(objects)
# The test is "( echo $RANDOM; ( echo $RANDOM ); ( echo $RANDOM ) )":
cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-rng.patch
+ # Some more patches.
+ cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-paths-1.patch
+ cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-profile-1.patch
+
# Bash uses the RTLD_LAZY option when loading libraries. We want to use
# RTLD_NOW (it is defined from <dlfcn.h>:
cd $(DIR_APP) && sed -e "s/filename, RTLD_LAZY/filename, RTLD_NOW/" \
cd $(DIR_APP) && sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/$(THISAPP)|" \
Makefile.in
# cd $(DIR_APP) && patch -Np1 < $(DIR_PATCHES)/$(THISAPP)-arc4random-1.patch
+ cd $(DIR_APP) && autoconf --force
cd $(DIR_APP) && \
ac_cv_func_working_mktime=yes \
./configure \