--- xen-unstable.orig/tools/libxutil/Makefile 2005-02-07 10:12:56.171344520 -0600 +++ xen-unstable/tools/libxutil/Makefile 2005-02-07 10:14:11.565882808 -0600 @@ -65,7 +65,7 @@ libxutil.so.$(MAJOR).$(MINOR): $(PIC_OBJ $(CC) -Wl,-soname -Wl,libxutil.so.$(MAJOR) -shared -o $@ $^ else libxutil.so.$(MAJOR).$(MINOR): $(LIB_OBJS) - $(CC) -Wl,-soname -Wl,libxutil.so.$(MAJOR) -shared -o $@ $^ + $(CC) $(CFLAGS) -Wl,-soname -Wl,libxutil.so.$(MAJOR) -shared -o $@ $^ endif libxutil.a: $(LIB_OBJS)