|
|
@@ -1,7 +1,7 @@
|
|
|
Index: Makefile.defs
|
|
|
---- Makefile.defs.orig 2007-08-16 16:23:20 +0200
|
|
|
-+++ Makefile.defs 2007-11-24 19:39:03 +0100
|
|
|
-@@ -983,6 +983,8 @@
|
|
|
+--- Makefile.defs.orig 2007-12-13 14:39:06 +0100
|
|
|
++++ Makefile.defs 2007-12-13 17:37:18 +0100
|
|
|
+@@ -1018,6 +1018,8 @@
|
|
|
|
|
|
endif #mode=release
|
|
|
|
|
|
@@ -10,17 +10,17 @@ Index: Makefile.defs
|
|
|
|
|
|
#*FLAGS used for compiling the modules
|
|
|
ifeq ($(CC_NAME), gcc)
|
|
|
-@@ -1205,8 +1207,8 @@
|
|
|
+@@ -1254,8 +1256,8 @@
|
|
|
|
|
|
#add libssl if needed
|
|
|
ifneq ($(TLS),)
|
|
|
--DEFS+= -I$(LOCALBASE)/ssl/include
|
|
|
+-DEFS+= -I$(LOCALBASE)/ssl/include -I$(LOCALBASE)/include
|
|
|
-LIBS+= -L$(LOCALBASE)/lib -L$(LOCALBASE)/ssl/lib -lssl -lcrypto
|
|
|
+DEFS+= -I$(prefix)/include
|
|
|
+LIBS+= -L$(prefix)/lib -lssl -lcrypto
|
|
|
endif
|
|
|
|
|
|
- ifneq ($(found_lock_method), yes)
|
|
|
+ #add libsctp if needed
|
|
|
Index: modules/permissions/parse_config.c
|
|
|
--- modules/permissions/parse_config.c.orig 2007-08-16 16:22:57 +0200
|
|
|
+++ modules/permissions/parse_config.c 2007-11-24 19:39:03 +0100
|