[Olsr-cvs] olsrd-current/src/cfgparser Makefile,1.27,1.28
Bernd Petrovitsch
(spam-protected)
Thu Aug 2 13:56:55 CEST 2007
Update of /cvsroot/olsrd/olsrd-current/src/cfgparser
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv24597/src/cfgparser
Modified Files:
Makefile
Log Message:
* fixed build errors on Debian/HPPA and Debian/Alpha - patch against 0.4.10 was from Julien Cristau <(spam-protected)>, now rediscovered by Holger Levsen <(spam-protected)>
Index: Makefile
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/cfgparser/Makefile,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** Makefile 26 Jul 2007 17:34:54 -0000 1.27
--- Makefile 2 Aug 2007 11:56:53 -0000 1.28
***************
*** 56,60 ****
LIBNAME ?= olsrd_cfgparser.so.0.1
BINNAME ?= olsrd_cfgparser
!
endif
--- 56,60 ----
LIBNAME ?= olsrd_cfgparser.so.0.1
BINNAME ?= olsrd_cfgparser
! CFLAGS += -fPIC
endif
***************
*** 72,76 ****
LDFLAGS += -dynamiclib -single_module
else
! LDFLAGS += -shared -Wl,-soname,$(LIBNAME)
endif
--- 72,76 ----
LDFLAGS += -dynamiclib -single_module
else
! LDFLAGS += -fPIC -shared -Wl,-soname,$(LIBNAME)
endif
More information about the Olsr-cvs
mailing list