X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=tabix.git;a=blobdiff_plain;f=debian%2Fpatches%2Fld-as-needed.patch;fp=debian%2Fpatches%2Fld-as-needed.patch;h=0000000000000000000000000000000000000000;hp=bc0e2c8caf9254c2666bf3beb96255cda34f5ea3;hb=9de2ad508fd9055fdd6b2a8b7e9269096a8c0e45;hpb=df2c6181fb92ca895a64f6cc5b35c3c387698b72 diff --git a/debian/patches/ld-as-needed.patch b/debian/patches/ld-as-needed.patch deleted file mode 100644 index bc0e2c8..0000000 --- a/debian/patches/ld-as-needed.patch +++ /dev/null @@ -1,16 +0,0 @@ -Description: Reorder libraries to build with ld --as-needed -Author: David Shorten -Bug-Ubuntu: http://bugs.launchpad.net/ubuntu/+source/tabix/+bug/803202 -Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632150 -Last-Update: 2011-06-30 ---- tabix.orig/Makefile -+++ tabix/Makefile -@@ -41,7 +41,7 @@ - $(AR) -cru $@ $(LOBJS) - - tabix:lib $(AOBJS) -- $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(AOBJS) -lm $(LIBPATH) -lz -L. -ltabix -+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(AOBJS) -L. -ltabix -lm $(LIBPATH) -lz - - bgzip:bgzip.o bgzf.o knetfile.o - $(CC) $(CFLAGS) $(LDFLAGS) -o $@ bgzip.o bgzf.o knetfile.o -lz