Thomas Renninger
c7794b8183
- Removed make target "install-perlmod" and filecheck from packaging process. - Update to 2.21 - Bug Fixes * The noexec stack markers are set directly * We no longer lie to glibc about shrinking the heap by less than HPAGE_SIZE - Test Suite * No existent tests are no longer marked Killed By Signal * Disable malloc per-thread cache for heap shrinking tests - Remove patch "ignore-perl-modules.diff" OBS-URL: https://build.opensuse.org/request/show/639406 OBS-URL: https://build.opensuse.org/package/show/Base:System/libhugetlbfs?expand=0&rev=53
23 lines
746 B
Diff
23 lines
746 B
Diff
Index: tests/Makefile
|
|
===================================================================
|
|
--- tests/Makefile.orig
|
|
+++ tests/Makefile
|
|
@@ -48,7 +48,7 @@ ifeq ($(CUSTOM_LDSCRIPTS),yes)
|
|
TESTS += $(LDSCRIPT_TESTS) $(HUGELINK_TESTS) $(HUGELINK_TESTS:%=xB.%) \
|
|
$(HUGELINK_TESTS:%=xBDT.%) $(HUGELINK_RW_TESTS)
|
|
else
|
|
-TESTS += $(LDSCRIPT_TESTS) $(HUGELINK_TESTS) $(HUGELINK_RW_TESTS)
|
|
+TESTS += $(LDSCRIPT_TESTS) $(HUGELINK_TESTS)
|
|
endif
|
|
|
|
else
|
|
@@ -57,7 +57,7 @@ ifeq ($(CUSTOM_LDSCRIPTS),yes)
|
|
TESTS += $(LDSCRIPT_TESTS) $(HUGELINK_TESTS) $(HUGELINK_TESTS:%=xB.%) \
|
|
$(HUGELINK_TESTS:%=xBDT.%) $(HUGELINK_RW_TESTS)
|
|
else
|
|
-TESTS += $(LDSCRIPT_TESTS) $(HUGELINK_TESTS) $(HUGELINK_RW_TESTS)
|
|
+TESTS += $(LDSCRIPT_TESTS) $(HUGELINK_TESTS)
|
|
endif
|
|
|
|
endif
|