Files
pkgsrc-ng/devel/poco/patches/patch-build_rules_compile
2016-11-18 22:39:22 +01:00

16 lines
431 B
Plaintext

$NetBSD: patch-build_rules_compile,v 1.1 2016/01/16 12:15:12 ryoon Exp $
Do not build debug binaries.
--- build/rules/compile.orig 2015-08-04 05:20:55.000000000 +0000
+++ build/rules/compile
@@ -14,7 +14,7 @@
all: $(DEFAULT_TARGET)
all_static: static_debug static_release
-all_shared: shared_debug shared_release
+all_shared: shared_release
all_debug: static_debug shared_debug
all_release: static_release shared_release