0ee735e36c
* extends virtual queues to work on unregistered calls, * adds per prefix capacity limits and Q.931 cause code translation per gateway * adds H.460.9 realtime, QoS monitoring, H.460.interop support and H.350 authentication
22 lines
696 B
Plaintext
22 lines
696 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.2 2008/04/03 07:18:08 ajacoutot Exp $
|
|
--- Makefile.in.orig Tue Dec 18 14:40:24 2007
|
|
+++ Makefile.in Wed Apr 2 16:01:45 2008
|
|
@@ -111,7 +111,7 @@ STDCCFLAGS = $(temp_STDCCFLAGS)
|
|
# GK version infomation
|
|
STDCCFLAGS += -DMAJOR_VERSION=@GNUGK_MAJOR_VERSION@ -DMINOR_VERSION=@GNUGK_MINOR_VERSION@ -DBUILD_NUMBER=@GNUGK_BUILD_NUMBER@
|
|
|
|
-OPTCCFLAGS = -O2
|
|
+OPTCCFLAGS =
|
|
|
|
# special dependency to ensure version.cxx is rebuilt each time gnugk is recompiled
|
|
# so the proper build timestamp is included
|
|
@@ -127,7 +127,7 @@ doc:
|
|
|
|
install: install-addpasswd
|
|
|
|
-install-addpasswd: addpasswd
|
|
+install-addpasswd:
|
|
$(INSTALL) $(OBJDIR)/addpasswd $(INSTALLBIN_DIR)
|
|
|
|
static:
|