[OGo-Developer] Re: [SOGo] sope/sogo and gnustep-make 2

Sebastian Reitenbach developer@opengroupware.org
Mon, 07 Jan 2008 18:25:29 +0100


Ah, I remember, it was the second one, the install location of wobundle.make 
and woapp.make.

I'll separate the patches again, shouldn't be too hard. Do you prefer any 
order in which the patches then have to be applied, I don't care, but I'd 
say first the sogo patch, and then the gnustep-make 2. stuff.

Sebastian

developer@opengroupware.org wrote: 
> The only GNUmakefile* modified are those:
> 
> Index: sope-appserver/mod_ngobjweb/GNUmakefile
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> --- sope-appserver/mod_ngobjweb/GNUmakefile     (r=E9vision 1557)
> +++ sope-appserver/mod_ngobjweb/GNUmakefile     (copie de travail)
> @@ -81,7 +81,7 @@
>  
>  CFLAGS  =3D -Wall -I. -fPIC \
>         $(APXS_CFLAGS) $(APR_CFLAGS) \
> -       $(APXS_INCLUDE_DIRS) $(APR_INCLUDE_DIRS)
> +       $(APXS_INCLUDE_DIRS) $(APR_INCLUDE_DIRS) -O0 -ggdb
>  
>  LDFLAGS =3D $(APXS_LDFLAGS) $(APR_LDFLAGS) -shared -fPIC
>  
> 
> -- Index: sope-appserver/NGObjWeb/GNUmakefile.postamble
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> --- sope-appserver/NGObjWeb/GNUmakefile.postamble       (r=E9vision 1557)
> +++ sope-appserver/NGObjWeb/GNUmakefile.postamble       (copie de travail)
> @@ -23,14 +23,20 @@
>  
>  # install makefiles
>  
> -after-install ::
> +after-install :: 
$(INSTALL_ROOT_DIR)/$(GNUSTEP_MAKEFILES)/Additional/ngobjweb.make
> +
> +ifneq ($(GNUSTEP_MAKE_VERSION),1.3.0)
> +after-install :: $(INSTALL_ROOT_DIR)/$(GNUSTEP_MAKEFILES)/woapp.make 
$(INSTALL_ROOT_DIR)/$(GNUSTEP_MAKEFILES)/wobundle.make
> +endif
> +
> +$(INSTALL_ROOT_DIR)/$(GNUSTEP_MAKEFILES)/Additional/ngobjweb.make: 
ngobjweb.make
>         $(MKDIRS) $(INSTALL_ROOT_DIR)/$(GNUSTEP_MAKEFILES)/Additional/
>         $(INSTALL_DATA) ngobjweb.make 
$(INSTALL_ROOT_DIR)/$(GNUSTEP_MAKEFILES)/Additional/ngobjweb.make
>  
> -ifneq ($(GNUSTEP_MAKE_VERSION),1.3.0)
> -after-install ::
> +$(INSTALL_ROOT_DIR)/$(GNUSTEP_MAKEFILES)/woapp.make: woapp-gs.make
>         $(INSTALL_DATA) woapp-gs.make    \
>                 $(INSTALL_ROOT_DIR)/$(GNUSTEP_MAKEFILES)/woapp.make
> +
> +$(INSTALL_ROOT_DIR)/$(GNUSTEP_MAKEFILES)/wobundle.make: wobundle-gs.make
>         $(INSTALL_DATA) wobundle-gs.make \
>                 $(INSTALL_ROOT_DIR)/$(GNUSTEP_MAKEFILES)/wobundle.make
> -endif
> 
> Wolfgang Sourdeau
> T: +1 514 989-2000 ext. 2602 C: +1 514 755-3520
> 
> AVIS - Ce courriel pourrait contenir des renseignements confidentiels ou
> privil=E9gi=E9s. Si vous n'en =EAtes pas le v=E9ritable destinataire, veuillez 
nous
> aviser imm=E9diatement. Merci.
> NOTICE - This e-mail may contain confidential or privileged information.
> If you are not the intended recipient, please notify us immediately. Thank 
you.
> 
> -- 
> OpenGroupware.org Developer
> developer@opengroupware.org
> http://mail.opengroupware.org/mailman/listinfo/developer
>