File: link-libs.patch

package info (click to toggle)
rsskit 0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 656 kB
  • sloc: objc: 2,041; makefile: 48; sh: 4
file content (16 lines) | stat: -rw-r--r-- 421 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
2010-05-19  Yavor Doganov  <yavor@gnu.org>

        * GNUmakefile (RSSKit_LIBRARIES_DEPEND_UPON): Add $(OBJC_LIBS).


--- RSSKit-0.3.orig/GNUmakefile
+++ RSSKit-0.3/GNUmakefile
@@ -15,7 +15,7 @@
 FRAMEWORK_NAME = RSSKit
 
 # Additional libraries
-RSSKit_LIBRARIES_DEPEND_UPON += $(FND_LIBS)
+RSSKit_LIBRARIES_DEPEND_UPON += $(OBJC_LIBS) $(FND_LIBS)
 
 # The Objective-C source files to be compiled
 RSSKit_OBJC_FILES = \