[med-svn] [Git][med-team/libmmap-allocator][master] Minor fix to hardening patch
Nilesh Patra (@nilesh)
gitlab at salsa.debian.org
Sun May 26 11:41:16 BST 2024
Nilesh Patra pushed to branch master at Debian Med / libmmap-allocator
Commits:
af74417f by Nilesh Patra at 2024-05-26T16:09:47+05:30
Minor fix to hardening patch
- - - - -
1 changed file:
- debian/patches/hardening.patch
Changes:
=====================================
debian/patches/hardening.patch
=====================================
@@ -20,3 +20,12 @@
libmmap_allocator.a: mmap_file_pool.o
$(AR) r libmmap_allocator.a mmap_file_pool.o
+@@ -44,7 +44,7 @@
+ bash -c 'export LD_LIBRARY_PATH=. ; ./test_allocator'
+
+ test_allocator: mmap_allocator.h mmap_file_pool.o test_allocator.o $(LIBRARIES)
+- $(CXX) test_allocator.o -L. -lmmap_allocator -o test_allocator
++ $(CXX) test_allocator.o -L. -lmmap_allocator -o test_allocator $(LDFLAGS)
+
+ test_mmap_fixed: test_mmap_fixed.c
+ $(CC) $(CFLAGS) test_mmap_fixed.c -o test_mmap_fixed
View it on GitLab: https://salsa.debian.org/med-team/libmmap-allocator/-/commit/af74417f1154bc6de9ad30066205748d58cd830b
--
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/med-team/libmmap-allocator/-/commit/af74417f1154bc6de9ad30066205748d58cd830b
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20240526/f6429826/attachment.htm>
More information about the debian-med-commit
mailing list