d0c15fea97
handle a few appliances, and PF. Having this around may help some people start up on OpenBSD (yeah, right) and it also comes with a few reasonable policies. Nice things: - the produced files look decent for mechanically generated files. - fwbuilder can take advantage of packet-filter specific features. For instance, it knows about modulate state, or can tweak the parameters for state keeping on pf.
13 lines
515 B
Plaintext
13 lines
515 B
Plaintext
$OpenBSD: patch-qmake_inc_in,v 1.1.1.1 2005/05/21 09:37:35 espie Exp $
|
|
--- qmake.inc.in.orig Thu May 19 14:40:36 2005
|
|
+++ qmake.inc.in Thu May 19 14:41:00 2005
|
|
@@ -27,7 +27,7 @@ unix {
|
|
res_os.path = $(DDIR)@RES_DIR@/os
|
|
res_platform.path = $(DDIR)@RES_DIR@/platform
|
|
|
|
- CONFIG += qt thread rtti stl warn_on debug
|
|
+ CONFIG += qt thread rtti stl warn_on release
|
|
INCLUDEPATH += @LIBFWBUILDER_INCLUDEPATH@
|
|
|
|
LIBS += $$LIBS_FWBUILDER
|