[Debian-islamic-commits] [SCM] Packaging for libitl branch, master, updated. debian/0.7.0-2-7-gdf2ef03
أحمد المحمودي (Ahmed El-Mahmoudy)
aelmahmoudy at sabily.org
Fri May 6 09:10:22 UTC 2011
The following commit has been merged in the master branch:
commit 5ec15c143a5b72b6246d8bafe67d78263363b167
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>
Date: Fri May 6 10:45:30 2011 +0200
Add -Wl only before the -soname linker option (Closes: #624905)
diff --git a/debian/patches/01_Makefile.in.diff b/debian/patches/01_Makefile.in.diff
index b02a051..a2f77a8 100644
--- a/debian/patches/01_Makefile.in.diff
+++ b/debian/patches/01_Makefile.in.diff
@@ -1,5 +1,5 @@
Description: LDFLAGS contains -Wl, which causes $(LD) to fail, hence use $(CC)
- instead. Also add -Wl before other linker options.
+ instead. Also add -Wl before -soname linker option.
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>
--- libitl-0.7.0.orig/Makefile.in
+++ libitl-0.7.0/Makefile.in
@@ -8,7 +8,7 @@ Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>
build/libitl.so: components
- $(LD) build/*.o $(LDFLAGS) -shared -lm -lc -soname=$(SONAME) -o build/$(FULLNAME)
-+ $(CC) build/*.o $(LDFLAGS) -Wl,-shared -Wl,-lm -Wl,-lc -Wl,-soname=$(SONAME) -o build/$(FULLNAME)
++ $(CC) build/*.o $(LDFLAGS) -shared -lm -lc -Wl,-soname=$(SONAME) -o build/$(FULLNAME)
(cd build/ && ln -sf $(FULLNAME) $(SONAME))
(cd build/ && ln -sf $(FULLNAME) libitl.so)
--
Packaging for libitl
More information about the Debian-islamic-commits
mailing list