]> git.pld-linux.org Git - packages/OGLFT.git/blob - link.patch
rebuild with separate debuginfo build-ids
[packages/OGLFT.git] / link.patch
1 --- oglft-0.9/liboglft/Makefile.am~     2003-10-01 12:53:35.000000000 +0200
2 +++ oglft-0.9/liboglft/Makefile.am      2013-12-07 10:48:05.469840970 +0100
3 @@ -21,4 +21,5 @@
4  lib_LTLIBRARIES = libOGLFT.la
5  libOGLFT_la_SOURCES = OGLFT.cpp OGLFT.h
6  libOGLFT_la_LDFLAGS = -version-info 1:0:0
7 +libOGLFT_la_LIBADD = -lstdc++
8  INCLUDES = -I$(top_srcdir)/include
9 --- oglft-0.9/configure.ac~     2003-10-01 16:12:29.000000000 +0200
10 +++ oglft-0.9/configure.ac      2013-12-07 10:56:17.216504077 +0100
11 @@ -107,7 +107,6 @@
12      qt_save_LDFLAGS=$LDFLAGS
13      qt_save_LIBS=$LIBS
14      CPPFLAGS="$CPPFLAGS -I${QTDIR}/include"
15 -    LDFLAGS="$LDFLAGS -L${QTDIR}/lib"
16  
17      QTLIB=""
18      LIBS="$qt_save_LIBS -lqt"
This page took 0.070001 seconds and 3 git commands to generate.