Package: monkey
Version: 0.9.3-1
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:

http://wiki.debian.org/ToolChain/DSOLinking

  * configure: Fixed LDLIBS ordering, resolving --as-needed FTBFS.
    - LP: #770908


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')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-10-generic (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- monkey-0.9.3.orig/configure
+++ monkey-0.9.3/configure
@@ -350,7 +350,7 @@
        $make_script
        
 ../bin/monkey: \$(OBJ)
-       \$(CC) \$(CFLAGS) \$(LIBS) \$(LDFLAGS) -o \$@ \$(OBJ) $mod_obj
+       \$(CC) \$(OBJ) \$(CFLAGS) \$(LIBS) -o \$@ \$(LDFLAGS) $mod_obj
        $STRIP ../bin/monkey
        
 clean:

Reply via email to