mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-19 09:20:56 -04:00
18 lines
397 B
Plaintext
18 lines
397 B
Plaintext
$NetBSD: patch-tests_Makefile.include,v 1.1 2016/09/04 09:21:04 ryoon Exp $
|
|
|
|
* Don't link -lutil on SunOS
|
|
|
|
--- tests/Makefile.include.orig 2016-09-02 15:34:24.000000000 +0000
|
|
+++ tests/Makefile.include
|
|
@@ -645,8 +645,10 @@ tests/migration/initrd-stress.img: tests
|
|
rmdir $(INITRD_WORK_DIR)
|
|
|
|
ifeq ($(CONFIG_POSIX),y)
|
|
+ifneq ($(CONFIG_SOLARIS),y)
|
|
LIBS += -lutil
|
|
endif
|
|
+endif
|
|
|
|
# QTest rules
|
|
|