Package: xdelta3
Severity: important
Version: 0v2.dfsg-1
Tags: patch
User: [email protected]
Usertags: kfreebsd
Hi,
the current version fails to build on some architectures,
including amd64, kfreebsd-amd64.
Please alter Makefile as shown bellow.
It would also be nice if you can ask upstream
to include this change.
Thanks in advance
Petr
--- Makefile
+++ Makefile
@@ -198,7 +198,7 @@
swig -python xdelta3.swig
xdelta3.o: $(SOURCES)
- $(CC) -O3 $(CFLAGS) -c xdelta3.c $(SWIG_FLAGS) -o xdelta3.o
+ $(CC) -O3 $(CFLAGS) -fpic -c xdelta3.c $(SWIG_FLAGS) -o xdelta3.o
xdelta3_wrap.o: xdelta3_wrap.c
$(CC) -O3 $(CFLAGS) $(SWIG_FLAGS) \
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]