[SR-Dev] git:janakj/bdb: - fix compilation on OpenBSD, related to missing includes paths and wrong

Jan Janak jan at iptel.org
Sun Feb 15 16:12:27 CET 2009


Module: sip-router
Branch: janakj/bdb
Commit: efadf6d6dabf6f6c5b11fd7603df545677a00129
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=efadf6d6dabf6f6c5b11fd7603df545677a00129

Author: Henning Westerholt <henning.westerholt at 1und1.de>
Committer: Henning Westerholt <henning.westerholt at 1und1.de>
Date:   Tue Oct 21 09:23:07 2008 +0000

- fix compilation on OpenBSD, related to missing includes paths and wrong
  order of headers, patches from Jason Creighton, jcreigh at gmail dot com
- seas: move stdio.h include before <netinet/in.h>, closes #2183510
- ldap: also include localbase to Makefile, closes #2183544
- h350: also include localbase to Makefile, closes #2183551
- db_berkeley: add OpenBSD include directory to Makefile, closes #2183577


git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@5099 689a6050-402a-0410-94f2-e92a70836424

---

 modules/db_berkeley/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/db_berkeley/Makefile b/modules/db_berkeley/Makefile
index 5671867..5f72c5a 100644
--- a/modules/db_berkeley/Makefile
+++ b/modules/db_berkeley/Makefile
@@ -8,7 +8,7 @@
 # extra debug messages
 # -DBDB_EXTRA_DEBUG is optional
 DEFS +=-I$(LOCALBASE)/include -I$(LOCALBASE)/BerkeleyDB.4.6/include \
-	-I$(SYSBASE)/include
+	-I$(LOCALBASE)/include/db4 -I$(SYSBASE)/include
 
 
 include ../../Makefile.defs 




More information about the sr-dev mailing list