Package: aiccu Version: 20070115-14 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu natty ubuntu-patch
*** /tmp/tmpGTNefE In Ubuntu, Tarun K. Mall provided the attached patch to achieve the following: Fix a FTBFS due to ordering of LDFLAGS in unix-console/Makefile. This is Ubuntu bug https://launchpad.net/bugs/726121 Thanks for considering the patch. -- System Information: Debian Release: squeeze/sid APT prefers natty-updates APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500, 'natty') Architecture: amd64 (x86_64) Kernel: Linux 2.6.38-5-generic (SMP w/4 CPU cores) Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru aiccu-20070115/debian/patches/09_binutils_gold.patch aiccu-20070115/debian/patches/09_binutils_gold.patch --- aiccu-20070115/debian/patches/09_binutils_gold.patch 1969-12-31 19:00:00.000000000 -0500 +++ aiccu-20070115/debian/patches/09_binutils_gold.patch 2011-02-28 16:09:17.000000000 -0500 @@ -0,0 +1,13 @@ +Index: aiccu-20070115/unix-console/Makefile +=================================================================== +--- aiccu-20070115.orig/unix-console/Makefile 2011-02-27 17:43:53.872782002 +0000 ++++ aiccu-20070115/unix-console/Makefile 2011-02-27 17:44:23.372782001 +0000 +@@ -150,7 +150,7 @@ + all: aiccu + + aiccu: $(OBJS) ${SRCS} ${INCS} +- $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) ++ $(CC) $(CFLAGS) -o $@ $(OBJS) $(LDFLAGS) + + clean: + $(RM) -f $(OBJS) aiccu diff -Nru aiccu-20070115/debian/patches/series aiccu-20070115/debian/patches/series --- aiccu-20070115/debian/patches/series 2010-08-26 16:11:10.000000000 -0400 +++ aiccu-20070115/debian/patches/series 2011-02-28 16:11:57.000000000 -0500 @@ -6,3 +6,4 @@ 05_spelling-error.patch 06_syslog_openlog.patch 07_allow_tunnels.patch +09_binutils_gold.patch