rpms/qtiplot/devel qtiplot-buildconf.patch,1.1,1.2

supercyper supercyper at fedoraproject.org
Thu Feb 11 02:55:16 UTC 2010


Author: supercyper

Update of /cvs/pkgs/rpms/qtiplot/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30960

Modified Files:
	qtiplot-buildconf.patch 
Log Message:
add -lz to linker command line


qtiplot-buildconf.patch:
 build.conf.example |   48 +++++++++++++++++++++++++-----------------------
 1 file changed, 25 insertions(+), 23 deletions(-)

Index: qtiplot-buildconf.patch
===================================================================
RCS file: /cvs/pkgs/rpms/qtiplot/devel/qtiplot-buildconf.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- qtiplot-buildconf.patch	11 Feb 2010 02:02:11 -0000	1.1
+++ qtiplot-buildconf.patch	11 Feb 2010 02:55:16 -0000	1.2
@@ -1,5 +1,5 @@
 --- qtiplot-0.9.7.12.org/build.conf.example	2010-01-21 15:15:34.000000000 +0800
-+++ qtiplot-0.9.7.12/build.conf.example	2010-02-09 22:50:04.885700545 +0800
++++ qtiplot-0.9.7.12/build.conf.example	2010-02-11 10:49:41.705083291 +0800
 @@ -16,37 +16,37 @@
  ##########################################################
  
@@ -63,7 +63,7 @@
  
  ###########################################################
  ## QuaZIP - optional. you don't have to set these variables
-@@ -85,20 +85,21 @@
+@@ -85,20 +85,22 @@
  ###########################################################
  
  # include path.
@@ -73,6 +73,7 @@
  # link locally against a copy in 3rdparty/
 -QUAZIP_LIBS = $$QTI_ROOT/3rdparty/quazip/lib/libquazip.a
 +QUAZIP_LIBS = -lquazip
++LIBS += -lz
  
  ##########################################################
  ## libpng - optional. you don't have to set these variables
@@ -90,7 +91,7 @@
  
  ##########################################################
  ## EmfEngine - optional. you don't have to set these variables
-@@ -106,9 +107,9 @@
+@@ -106,9 +108,9 @@
  ##########################################################
  
  # include path.
@@ -102,7 +103,7 @@
  
  ##########################################################
  ## python - only used if python is needed
-@@ -144,7 +145,7 @@
+@@ -144,7 +146,7 @@
    #DEFINES         += QTIPLOT_SUPPORT
  
    # Uncomment the following line if you want to perform a custom installation using the *.path variables defined in ./qtiplot.pro.



More information about the scm-commits mailing list