]> arthur.barton.de Git - bup.git/commitdiff
Get rid of extra CFLAGS/LDFLAGS that I don't understand anyway.
authorAvery Pennarun <apenwarr@gmail.com>
Wed, 30 Dec 2009 22:14:21 +0000 (17:14 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Wed, 30 Dec 2009 22:22:07 +0000 (17:22 -0500)
I just copied them from some other python module.  But it's better to keep
things simple, I think.

Makefile

index 170756039d64073d88fd2e44e594e7627f160adb..b07f7d07a78729b3c5ea577f38957d4857b06447 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CFLAGS=-Wall -g -O2 -Werror -I/usr/include/python2.5 -g -fwrapv -fPIC
+CFLAGS=-Wall -g -O2 -Werror -I/usr/include/python2.5 -g -fPIC
 
 default: all
 
@@ -7,7 +7,7 @@ all: bup-split bup-join bup datagen hashsplit.so
 datagen: datagen.o
 
 hashsplit.so: hashsplitmodule.o
-       $(CC) -shared -Wl,-Bsymbolic-functions -o $@ $<
+       $(CC) -shared -o $@ $<
 
 test: all
        ./bup split <testfile1 >tags1