]> git.pld-linux.org Git - packages/abiword.git/commitdiff
- rel 4; fix linker flags auto/th/abiword-2_8_6-4 auto/ti/abiword-2_8_6-4
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 12 Sep 2011 06:16:10 +0000 (06:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    abiword-link.patch -> 1.1
    abiword.spec -> 1.198

abiword-link.patch [new file with mode: 0644]
abiword.spec

diff --git a/abiword-link.patch b/abiword-link.patch
new file mode 100644 (file)
index 0000000..c2b35cd
--- /dev/null
@@ -0,0 +1,29 @@
+--- abiword-2.8.6/src/Makefile.am~     2009-09-09 15:11:01.000000000 +0200
++++ abiword-2.8.6/src/Makefile.am      2011-09-12 07:03:10.105448720 +0200
+@@ -44,7 +44,7 @@
+ libabiword_2_8_la_LDFLAGS = \
+       $(DEPS_LIBS) \
+-      --no-undefined \
++      -Wl,--no-undefined \
+       -avoid-version \
+       -export-dynamic
+@@ -107,7 +107,7 @@
+ AbiWord_LDFLAGS = \
+       $(DEPS_LIBS) \
+-      --no-undefined \
++      -Wl,--no-undefined \
+       -avoid-version \
+       -export-dynamic \
+       -headerpad_max_install_names 
+@@ -129,7 +129,7 @@
+ abiword_LDFLAGS = \
+       $(platform_ldflags) \
+-      --no-undefined      \
++      -Wl,--no-undefined      \
+       -avoid-version      \
+       -export-dynamic
index a1fbb1086a97a9054009a25e47169364c7136a44..88229bf2aff02486093d5703f675946f347b46d1 100644 (file)
@@ -15,7 +15,7 @@ Summary:      Multi-platform word processor
 Summary(pl.UTF-8):     Wieloplatformowy procesor tekstu
 Name:          abiword
 Version:       2.8.6
-Release:       3
+Release:       4
 Epoch:         1
 License:       GPL v2+
 Group:         X11/Applications/Editors
@@ -24,6 +24,7 @@ Source0:      http://www.abisource.com/downloads/abiword/%{version}/source/%{name}-%{
 Patch0:                %{name}-desktop.patch
 Patch1:                %{name}-mht.patch
 Patch2:                %{name}-libwpd.patch
+Patch3:                %{name}-link.patch
 URL:           http://www.abisource.com/
 BuildRequires: aiksaurus-gtk-devel >= 1.2.1
 BuildRequires: autoconf
@@ -318,6 +319,7 @@ Jest to teczka clipartów używanych przez AbiWorda.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 # use generic icon name
 %{__sed} -i -e 's|abiword_48.png|abiword.png|' Makefile.am
This page took 0.071281 seconds and 4 git commands to generate.