tags 425320 + patch thanks Hi,
Attached is the diff for my gkrelltop 2.2.9-1.1 NMU. Cheers, Julien
diff -u gkrelltop-2.2.9/debian/changelog gkrelltop-2.2.9/debian/changelog --- gkrelltop-2.2.9/debian/changelog +++ gkrelltop-2.2.9/debian/changelog @@ -1,3 +1,10 @@ +gkrelltop (2.2.9-1.1) unstable; urgency=high + + * Non-maintainer high-urgency upload for RC bug fix. + * Build shared objects with -fPIC (closes: #425320). + + -- Julien Cristau <[EMAIL PROTECTED]> Wed, 18 Jul 2007 17:37:58 +0200 + gkrelltop (2.2.9-1) unstable; urgency=low * New upstream version only in patch2: unchanged: --- gkrelltop-2.2.9.orig/Makefile +++ gkrelltop-2.2.9/Makefile @@ -104,7 +104,7 @@ @echo "" $(GKRELLTOP): $(OBJ) warn - $(GCC) -shared $(OBJ) -o $(GKRELLTOP) + $(CC) -shared $(OBJ) -o $(GKRELLTOP) # Compile gkrelltopd.so server plugin server: $(GKRELLTOPD) warn @@ -117,7 +117,7 @@ $(CC) -c gkrelltop.c -o gkrelltop.o top_three.o: top_three.c - $(GCC) -D$(OSFLAG) -c top_three.c -o top_three.o + $(CC) -D$(OSFLAG) -c top_three.c -o top_three.o gkrelltopd.o: gkrelltopd.c $(CCD) -c gkrelltopd.c -o gkrelltopd.o
signature.asc
Description: Digital signature