From 10a5a7de81a0793d4b365d1d1e312dcd95504166 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 13 Dec 2007 12:32:09 +0000 Subject: [PATCH] build libxmlrpc for php on f8 --- php/xmlrpc/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/php/xmlrpc/Makefile b/php/xmlrpc/Makefile index 40c68873..8353e57e 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)) -- 2.47.0