[Olsr-cvs] olsrd-current/make Makefile.linux,1.4,1.4.2.1

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


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

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

Index: Makefile.linux
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/make/Makefile.linux,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -C2 -d -r1.4 -r1.4.2.1
*** Makefile.linux	19 Nov 2005 08:43:51 -0000	1.4
--- Makefile.linux	15 Feb 2006 06:34:45 -0000	1.4.2.1
***************
*** 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