apr/apr-1.2.9-openlfs.patch

12 lines
390 B
Diff
Raw Normal View History

--- apr-1.2.9/configure.in.openlfs
+++ apr-1.2.9/configure.in
@@ -448,7 +448,7 @@ void main(void)
if (sizeof(off64_t) != 8 || sizeof(off_t) != 4)
exit(1);
- if ((fd = open("conftest.lfs", O_LARGEFILE|O_CREAT|O_WRONLY)) < 0)
+ if ((fd = open("conftest.lfs", O_LARGEFILE|O_CREAT|O_WRONLY, 0600)) < 0)
exit(2);
if (ftruncate64(fd, off) != 0)
ret = 3;