]> git.pld-linux.org Git - packages/openjade.git/commitdiff
- openjade-as-needed.patch: fixed linking with -Wl,--as-needed auto/ac/openjade-1_3_3-0_pre1_7
authorqrczak <qrczak@pld-linux.org>
Sun, 18 Feb 2007 12:03:30 +0000 (12:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openjade-as-needed.patch -> 1.1
    openjade.spec -> 1.72

openjade-as-needed.patch [new file with mode: 0644]
openjade.spec

diff --git a/openjade-as-needed.patch b/openjade-as-needed.patch
new file mode 100644 (file)
index 0000000..114d9b5
--- /dev/null
@@ -0,0 +1,11 @@
+--- openjade-1.3.3-pre1/spgrove/Makefile.sub~  2002-11-15 23:46:50.000000000 +0100
++++ openjade-1.3.3-pre1/spgrove/Makefile.sub   2007-02-18 12:49:43.000000000 +0100
+@@ -3,7 +3,7 @@
+ INCLUDE=-I$(srcdir)/../grove
+ DEPLIBS=-lm -L$(TOP)/grove -L$(TOP)/grove/.libs \
+       -L$(TOP)/lib -L$(TOP)/lib/.libs \
+-      $(LIB_THREADS)
++      $(LIB_THREADS) -logrove
+ OBJS=GroveApp.o GroveBuilder.o SdNode.o
+ GENSRCS=grove_inst.cxx
index 81cac54945189735c1c3a6cff358b4eb5056495d..d8a14ca9d3e77dbeae6eae24e50fa143ef15e621 100644 (file)
@@ -10,6 +10,7 @@ Group:                Applications/Publishing/SGML
 Source0:       http://dl.sourceforge.net/openjade/%{name}-%{version}-pre%{pre}.tar.gz
 # Source0-md5: cbf3d8be3e3516dcb12b751de822b48c
 Patch0:                %{name}-nls-from-1.4.patch
+Patch1:                %{name}-as-needed.patch
 URL:           http://openjade.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -66,6 +67,7 @@ Biblioteki statyczne OpenJade.
 %prep
 %setup -q -n %{name}-%{version}-pre%{pre}
 %patch0 -p1
+%patch1 -p1
 
 %build
 LDFLAGS=""; export LDFLAGS
This page took 0.09496 seconds and 4 git commands to generate.