Package: jlint
Version: 3.0-4.4
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch

In Ubuntu, the attached patch was applied to achieve the following:

  * Makefile: Adjust placement of linked libs. Fixes FTBFS.
    (LP: #770781)


Thanks for considering the patch.


-- System Information:
Debian Release: wheezy/sid
  APT prefers oneiric-updates
  APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500, 
'oneiric-proposed'), (500, 'oneiric')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-11-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
only in patch2:
unchanged:
--- jlint-3.0.orig/Makefile
+++ jlint-3.0/Makefile
@@ -120,7 +120,7 @@
        locks.o \
        message_node.o \
        method_desc.o
-       $(CPP) $(LFLAGS) -o jlint access_desc.o callee_desc.o class_desc.o 
graph.o jlint.o local_context.o locks.o message_node.o method_desc.o
+       $(CPP) -o jlint access_desc.o callee_desc.o class_desc.o graph.o 
jlint.o local_context.o locks.o message_node.o method_desc.o $(LFLAGS)
 
 access_desc.o: access_desc.cc \
        access_desc.hh \

Reply via email to