[Olsr-cvs] olsrd-current/make Makefile.linux,1.10,1.11

Bernd Petrovitsch (spam-protected)
Fri Apr 27 13:41:28 CEST 2007


Update of /cvsroot/olsrd/olsrd-current/make
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv739/make

Modified Files:
	Makefile.linux 
Log Message:
* alpha also always wants -fPIC

Index: Makefile.linux
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/make/Makefile.linux,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** Makefile.linux	10 Feb 2007 19:59:51 -0000	1.10
--- Makefile.linux	27 Apr 2007 11:41:25 -0000	1.11
***************
*** 23,26 ****
--- 23,29 ----
  GENERATE_PIC = true
  endif
+ ifeq ($(ARCH),alpha)
+ GENERATE_PIC = true
+ endif
  
  ifdef GENERATE_PIC





More information about the Olsr-cvs mailing list