Page MenuHomeFreeBSD

D27127.diff
No OneTemporary

D27127.diff

Index: head/lib/csu/tests/Makefile
===================================================================
--- head/lib/csu/tests/Makefile
+++ head/lib/csu/tests/Makefile
@@ -3,6 +3,7 @@
SUBDIR= dso
TESTS_SUBDIRS= dynamic
TESTS_SUBDIRS+= dynamiclib
+TESTS_SUBDIRS+= dynamicpie
TESTS_SUBDIRS+= static
SUBDIR_DEPEND_dynamiclib=dso
Index: head/lib/csu/tests/dynamic/Makefile
===================================================================
--- head/lib/csu/tests/dynamic/Makefile
+++ head/lib/csu/tests/dynamic/Makefile
@@ -2,5 +2,8 @@
.PATH: ${.CURDIR:H}
+.include <src.opts.mk>
+MK_PIE= no
+
.include "../Makefile.tests"
.include <bsd.test.mk>
Index: head/lib/csu/tests/dynamicpie/Makefile
===================================================================
--- head/lib/csu/tests/dynamicpie/Makefile
+++ head/lib/csu/tests/dynamicpie/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR:H}
+
+.include <src.opts.mk>
+MK_PIE= yes
+
+.include "../Makefile.tests"
+.include <bsd.test.mk>

File Metadata

Mime Type
text/plain
Expires
Tue, Feb 11, 11:24 AM (10 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16594196
Default Alt Text
D27127.diff (1004 B)

Event Timeline