Package: morse2ascii Version: 0.2+dfsg-1 Severity: wishlist Hello,
could you please move the $(LIBS) placement in the $(CC) call to the end? This allows morse2ascii to build with ld --as-needed (which is default on Ubuntu) as the order matters there (the used libaries must appear after the object files using them). Simply modify debian/patches/makefile.patch from + $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $(EXE) $(LIBS) morse2ascii.o resample2.o to + $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $(EXE) morse2ascii.o resample2.o $(LIBS) Thanks, Michael -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org