浏览代码

- 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

Henning Westerholt 17 年之前
父节点
当前提交
d336a8615c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      utils/db_berkeley/Makefile

+ 1 - 1
utils/db_berkeley/Makefile

@@ -13,7 +13,7 @@ include ../../Makefile.sources
 # if you want to tune or reset flags
 #DEFS:=-DEXTRA_DEBUG  -I$(LOCALBASE)/BerkeleyDB.4.6/include
 DEFS+=-I$(LOCALBASE)/include -I$(LOCALBASE)/BerkeleyDB.4.6/include \
-        -I$(SYSBASE)/include
+        -I$(LOCALBASE)/include/db4 -I$(SYSBASE)/include
         
 LIBS=-L$(LOCALBASE)/lib -L$(SYSBASE)/lib -L$(LOCALBASE)/BerkeleyDB.4.6/lib -ldb