[Olsr-cvs] olsrd-current/make Makefile.linux,1.5,1.6

Andreas T�nnesen (spam-protected)
Wed Feb 15 07:34:06 CET 2006


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

Modified Files:
	Makefile.linux 
Log Message:
Added lib64 patch

Index: Makefile.linux
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/make/Makefile.linux,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Makefile.linux	6 Jan 2006 06:54:03 -0000	1.5
--- Makefile.linux	15 Feb 2006 06:34:04 -0000	1.6
***************
*** 4,8 ****
--- 4,12 ----
  
  INSTALL_PREFIX ?=
+ ifeq ($(shell arch),x86_64)
+ LIBDIR =	$(INSTALL_PREFIX)/usr/lib64
+ else
  LIBDIR =	$(INSTALL_PREFIX)/usr/lib
+ endif
  
  SRCS += 	$(wildcard src/linux/*.c) $(wildcard src/unix/*.c)





More information about the Olsr-cvs mailing list