summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/mktemp/files')
-rw-r--r--sys-apps/mktemp/files/digest-mktemp-1.53
-rw-r--r--sys-apps/mktemp/files/mktemp-1.5-build.patch11
2 files changed, 14 insertions, 0 deletions
diff --git a/sys-apps/mktemp/files/digest-mktemp-1.5 b/sys-apps/mktemp/files/digest-mktemp-1.5
new file mode 100644
index 000000000000..4fa32dbd12d5
--- /dev/null
+++ b/sys-apps/mktemp/files/digest-mktemp-1.5
@@ -0,0 +1,3 @@
+MD5 9a35c59502a228c6ce2be025fc6e3ff2 mktemp-1.5.tar.gz 70529
+RMD160 a2fa93592e1d362aa0882a70ea494cc45da48dab mktemp-1.5.tar.gz 70529
+SHA256 cdd1506b5bc85697723961db525f2ff57548e5ba3977a56c110220a0ff28bf75 mktemp-1.5.tar.gz 70529
diff --git a/sys-apps/mktemp/files/mktemp-1.5-build.patch b/sys-apps/mktemp/files/mktemp-1.5-build.patch
new file mode 100644
index 000000000000..f1595ed0ce20
--- /dev/null
+++ b/sys-apps/mktemp/files/mktemp-1.5-build.patch
@@ -0,0 +1,11 @@
+--- mktemp-1.5/Makefile.in
++++ mktemp-1.5/Makefile.in
+@@ -98,7 +98,7 @@
+ $(CC) -c $(CPPFLAGS) $(CFLAGS) $<
+
+ $(PROG): $(OBJS)
+- $(CC) -o $@ $(OBJS) $(LIBS)
++ $(CC) -o $@ $(OBJS) $(LIBS) $(CFLAGS) $(LDFLAGS)
+
+ $(OBJS): config.h
+