SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
|
@ -0,0 +1,16 @@
|
|||
Index: src/modules/db_berkeley/Makefile
|
||||
--- src/modules/db_berkeley/Makefile.orig
|
||||
+++ src/modules/db_berkeley/Makefile
|
||||
@@ -10,10 +10,10 @@ NAME=db_berkeley.so
|
||||
# extra debug messages
|
||||
# -DBDB_EXTRA_DEBUG is optional
|
||||
DEFS +=-I$(LOCALBASE)/include -I$(LOCALBASE)/BerkeleyDB.4.6/include \
|
||||
- -I$(SYSBASE)/include
|
||||
+ -I$(SYSBASE)/include -I$(LOCALBASE)/include/db4
|
||||
|
||||
|
||||
-LIBS=-L$(LOCALBASE)/lib -L$(SYSBASE)/lib -L$(LOCALBASE)/BerkeleyDB.4.6/lib -ldb
|
||||
+LIBS=-L$(LOCALBASE)/lib -L$(SYSBASE)/lib -L$(LOCALBASE)/lib/db4 -ldb
|
||||
|
||||
SERLIBPATH=../../lib
|
||||
SER_LIBS=$(SERLIBPATH)/srdb2/srdb1
|
Loading…
Add table
Add a link
Reference in a new issue