6340604ad6
* fixes security issues in gdomapwhich could lead to an integer overflow and information disclosure (CVE-2010-1457 and CVE-2010-1620) ok aja@ (MAINTAINER)
15 lines
418 B
Plaintext
15 lines
418 B
Plaintext
$OpenBSD: patch-Source_GNUmakefile,v 1.3 2010/05/12 16:43:47 jasper Exp $
|
|
--- Source/GNUmakefile.orig Wed May 12 10:00:05 2010
|
|
+++ Source/GNUmakefile Wed May 12 10:00:24 2010
|
|
@@ -91,10 +91,6 @@ GNU_MFILES = \
|
|
GSLocale.m \
|
|
preface.m
|
|
|
|
-ifeq ($(findstring openbsd, $(GNUSTEP_TARGET_OS)), openbsd)
|
|
- OBJC_LIBS += -lpthread
|
|
-endif
|
|
-
|
|
ifeq ($(GNUSTEP_TARGET_OS), mingw32)
|
|
GNU_MFILES += libgnustep-base-entry.m
|
|
endif
|