[fyba] 64/77: Added patch for fixing linking issues between the tree so files.

Ruben Undheim rubund-guest at moszumanska.debian.org
Mon Sep 22 15:11:29 UTC 2014


This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a commit to branch master
in repository fyba.

commit 879eb7286188abd3da1a290f3c10ed0ce4d3cea4
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Fri Sep 5 05:21:34 2014 +0000

    Added patch for fixing linking issues between the tree so files.
---
 debian/patches/02_fix_linking.patch | 37 +++++++++++++++++++++++++++++++++++++
 debian/patches/series               |  1 +
 2 files changed, 38 insertions(+)

diff --git a/debian/patches/02_fix_linking.patch b/debian/patches/02_fix_linking.patch
new file mode 100644
index 0000000..7ef3b93
--- /dev/null
+++ b/debian/patches/02_fix_linking.patch
@@ -0,0 +1,37 @@
+Description: This call makes libfyba link with libfyut and libfygm.
+Forwarded: will do
+Author: Ruben Undheim <ruben.undheim at gmail.com>
+Index: fyba/Makefile.am
+===================================================================
+--- fyba.orig/Makefile.am
++++ fyba/Makefile.am
+@@ -1,3 +1,3 @@
+ ACLOCAL_AMFLAGS = -I m4
+ AUTOMAKE_OPTIONS = foreign
+-SUBDIRS = src/GM src/UT src/FYBA doc
++SUBDIRS = src/UT src/GM src/FYBA doc
+Index: fyba/src/FYBA/Makefile.am
+===================================================================
+--- fyba.orig/src/FYBA/Makefile.am
++++ fyba/src/FYBA/Makefile.am
+@@ -4,6 +4,8 @@ ACLOCAL_AMFLAGS = -I m5
+ lib_LTLIBRARIES = libfyba.la
+ libfyba_la_SOURCES = fyba.h Fyba_Callback.cpp  FYBA_DLL.cpp      FYHO.cpp  FYLD.cpp  FYLH.cpp  fyln.cpp  FYLP.cpp  FYLS.cpp  FYLX.cpp  stdafx.cpp FYBA.cpp           Fyba_melding.cpp  FYLB.cpp  FYLE.cpp  FYLI.cpp  FYLO.cpp  FYLR.cpp  FYLU.cpp  FYTA.cpp fyba.h  fyba_strings.h  fybax.h  stdafx.h
+ libfyba_la_LDFLAGS = -version-info 0:0:0
++libfyba_la_LIBADD = $(top_builddir)/src/UT/libfyut.la \
++                    $(top_builddir)/src/GM/libfygm.la
+ 
+ library_includedir=$(includedir)/fyba
+ library_include_HEADERS = fyba.h     
+Index: fyba/src/GM/Makefile.am
+===================================================================
+--- fyba.orig/src/GM/Makefile.am
++++ fyba/src/GM/Makefile.am
+@@ -4,6 +4,7 @@ ACLOCAL_AMFLAGS = -I m5
+ lib_LTLIBRARIES = libfygm.la
+ libfygm_la_SOURCES = fygm.h GM.cpp stdafx.cpp stdafx.h
+ libfygm_la_LDFLAGS = -version-info 0:0:0
++libfygm_la_LIBADD = $(top_builddir)/src/UT/libfyut.la
+ 
+ library_includedir=$(includedir)/fyba
+ library_include_HEADERS = fygm.h 
diff --git a/debian/patches/series b/debian/patches/series
index eccc66f..f6c6746 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01_noexit_in_library.patch
+02_fix_linking.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/fyba.git



More information about the Pkg-grass-devel mailing list