From: Thierry Parmentelat Date: Thu, 13 Dec 2007 12:32:09 +0000 (+0000) Subject: build libxmlrpc for php on f8 X-Git-Tag: PLCAPI-4.2-0~9 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=10a5a7de81a0793d4b365d1d1e312dcd95504166;p=plcapi.git build libxmlrpc for php on f8 --- diff --git a/php/xmlrpc/Makefile b/php/xmlrpc/Makefile index 40c6887..8353e57 100644 --- a/php/xmlrpc/Makefile +++ b/php/xmlrpc/Makefile @@ -15,6 +15,12 @@ CFLAGS += $(shell xml2-config --cflags) LDFLAGS := -shared --export-dynamic LIBS := -lexpat +# for building on fedora 8 +ifneq "$(shell ld --help | grep build-id)" "" +#not needed# CFLAGS += -Wl,--build-id +LD += --build-id +endif + all: xmlrpc.so xmlrpc.so: xmlrpc-epi-php.o $(patsubst %.c, %.o, $(wildcard libxmlrpc/*.c))