[Debian-islamic-commits] [SCM] Packaging for itools branch, master, updated. debian/1.0-2-6-g543db8f

أحمد المحمو =?UTF-8?Q?=D8=AF=D9=8A=20?=(Ahmed El-Mahmoudy) aelmahmoudy at sabily.org
Thu Sep 15 03:37:11 UTC 2011


The following commit has been merged in the master branch:
commit cf6407c07dc5669bef7062129463d6e26dbc7838
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>
Date:   Thu Sep 15 05:21:20 2011 +0200

    Added fix_link_libs_placement.diff patch to fix libs placement for
    linking ; FTBFS with gcc-4.6
    
    Closes: #641648

diff --git a/debian/patches/fix_link_libs_placement.diff b/debian/patches/fix_link_libs_placement.diff
new file mode 100644
index 0000000..1b044ae
--- /dev/null
+++ b/debian/patches/fix_link_libs_placement.diff
@@ -0,0 +1,30 @@
+Description: Fix libs placement for linking ; FTBFS with gcc-4.6
+Author: Daniel T Chen <crimsun at ubuntu.com>
+Origin: Ubuntu
+Bug-Debian: http://bugs.debian.org/641648
+Bug-Ubuntu: https://bugs.launchpad.net/bugs/770840
+Forwarded: no
+Reviewed-By: Daniel T Chen <crimsun at ubuntu.com>
+Last-Update: 2011-09-14
+
+--- itools-1.0.orig/Makefile.in
++++ itools-1.0/Makefile.in
+@@ -16,15 +16,15 @@ all: $(PROGRAMS)
+ 
+ ical: ical.c
+ 	@echo "==> Building ical..."
+-	$(CC) $(CFLAGS) $(LDFLAGS) $(LIBS) ical.c -o ical
++	$(CC) $(CFLAGS) $(LDFLAGS) ical.c $(LIBS) -o ical
+ 
+ idate: idate.c
+ 	@echo "==> Building idate..."
+-	$(CC) $(CFLAGS) $(LDFLAGS) $(LIBS) idate.c -o idate
++	$(CC) $(CFLAGS) $(LDFLAGS) idate.c $(LIBS) -o idate
+ 
+ ipraytime: ipraytime.c
+ 	@echo "==> Building ipraytime..."
+-	$(CC) $(CFLAGS) $(LDFLAGS) $(LIBS) ipraytime.c -o ipraytime
++	$(CC) $(CFLAGS) $(LDFLAGS) ipraytime.c $(LIBS) -o ipraytime
+ 
+ static: ical.c idate.c ipraytime.c
+ 	$(CC) $(CFLAGS) $(LDFLAGS) ipraytime.c -o ipraytime -static $(LIBS)
diff --git a/debian/patches/series b/debian/patches/series
index de612b7..29c9c9f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01_manpages.diff
+fix_link_libs_placement.diff

-- 
Packaging for itools



More information about the Debian-islamic-commits mailing list