Browse Source

- ver. no ++
- -DHAVE_SCHED_SETSCHEDULER added on linux
- excluded from normal compilation the modules that throw compile errors:
avpops bdb db_ops dbtext flatstore lcr msilo pdt permissions speeddial

Andrei Pelinescu-Onciul 18 years ago
parent
commit
7eec6c23fa
2 changed files with 7 additions and 3 deletions
  1. 4 0
      Makefile
  2. 3 3
      Makefile.defs

+ 4 - 0
Makefile

@@ -142,6 +142,10 @@ else
 							acc_radius dialog pa rls presence_b2b xcap xmlrpc\
 							osp tls oracle \
 							unixsock eval dbg print_lib auth_identity
+	# excluded because they do not compile (remove them only after they are
+	#  fixed) -- andrei
+	exclude_modules+= avpops  bdb db_ops dbtext flatstore lcr msilo pdt \
+						permissions speeddial
 endif
 
 # always exclude the CVS dir

+ 3 - 3
Makefile.defs

@@ -59,7 +59,7 @@
 #               use_futex=yes (default) (andrei)
 #  2007-05-26  changed darwin module link flags (instead of -bundle_loader ser
 #               -flat_namespace -undefined suppress) (andrei)
-
+#  2007-07-07  added HAVE_SCHED_SETSCHEDULER for linux (andrei)
 
 # check if already included/exported
 
@@ -75,7 +75,7 @@ MAIN_NAME=ser
 VERSION = 2
 PATCHLEVEL = 1
 SUBLEVEL =  0
-EXTRAVERSION = -dev5-tm
+EXTRAVERSION = -dev7-tm
 
 SER_VER = $(shell expr $(VERSION) \* 1000000 + $(PATCHLEVEL) \* 1000 + \
 			$(SUBLEVEL) )
@@ -1287,7 +1287,7 @@ ifeq ($(OS), linux)
 	use_futex= yes
 	DEFS+=-DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD \
 			-DHAVE_MSG_NOSIGNAL -DHAVE_MSGHDR_MSG_CONTROL -DHAVE_ALLOCA_H \
-			-DHAVE_TIMEGM
+			-DHAVE_TIMEGM -DHAVE_SCHED_SETSCHEDULER
 	ifneq ($(found_lock_method), yes)
 		#DEFS+= -DUSE_POSIX_SEM
 		DEFS+=-DUSE_PTHREAD_MUTEX