Hello community,

here is the log from the commit of package krecord for openSUSE:Factory
checked in at Fri Oct 14 09:48:06 CEST 2011.



--------
--- openSUSE:Factory/krecord/krecord.changes    2011-09-23 02:07:17.000000000 
+0200
+++ /mounts/work_src_done/STABLE/krecord/krecord.changes        2011-09-16 
17:43:46.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Sep 16 14:43:23 UTC 2011 - [email protected]
+
+- added Patch3 (krecord-ld_fix.diff) to fix the build for factory
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  krecord-ld_fix.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ krecord.spec ++++++
--- /var/tmp/diff_new_pack.1PrfLV/_old  2011-10-14 09:48:03.000000000 +0200
+++ /var/tmp/diff_new_pack.1PrfLV/_new  2011-10-14 09:48:03.000000000 +0200
@@ -30,6 +30,7 @@
 Source1:        krecord.png
 Patch:          krecord.diff
 Patch2:         updated-hu-translation.diff
+Patch3:         krecord-ld_fix.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -46,12 +47,13 @@
 %setup -q
 %patch
 %patch2
+%patch3
 
 %build
 export QTDIR=/usr/lib/qt3
 export KDEDIR=/opt/kde3
-export CFLAGS="$RPM_OPT_FLAGS"
-export CXXFLAGS="$RPM_OPT_FLAGS"
+sed -i 's|-Wall|-Wall -Wl,--add-needed|g' mk/Variables.mk
+export LDFLAGS="$LDLAGS -Wl,--add-needed"
 make
 
 %install

++++++ krecord-ld_fix.diff ++++++
Index: GNUmakefile
===================================================================
--- GNUmakefile.orig
+++ GNUmakefile
@@ -90,7 +90,7 @@ MOCS     := krecord.moc sound.moc fft.mo
             oss.moc sunaudio.moc
 
 CXXFLAGS := $(CFLAGS)
-LDLIBS  += -lkio -lkdecore $(QTLIB) -lXext -lXmu -lX11
+LDLIBS  += -lkio -lkdecore -lkdeui $(QTLIB) -lXext -lXmu -lX11 -lstdc++ -lm
 
 # locales
 PO       := $(wildcard po/*.po)

continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to