]> git.pld-linux.org Git - packages/liferea.git/commitdiff
- fix linking with xulrunner libs
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Sat, 24 Feb 2007 22:11:03 +0000 (22:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    liferea-xulrunner.patch -> 1.2

liferea-xulrunner.patch

index 5f706ed6dc5e290d948bd11ff6b273a6c1921f54..923ba1075f1a2922358b650384434861c320c3fa 100644 (file)
@@ -1,6 +1,6 @@
 diff -urN liferea-1.2.7/src/mozilla/Makefile.am liferea-1.2.7.new/src/mozilla/Makefile.am
 --- liferea-1.2.7/src/mozilla/Makefile.am      2006-08-16 01:08:28.000000000 +0200
-+++ liferea-1.2.7.new/src/mozilla/Makefile.am  2007-02-24 15:34:32.050623000 +0100
++++ liferea-1.2.7.new/src/mozilla/Makefile.am  2007-02-24 21:51:01.000000000 +0100
 @@ -37,14 +37,20 @@
  
  ## the XulRunner support module
@@ -24,3 +24,11 @@ diff -urN liferea-1.2.7/src/mozilla/Makefile.am liferea-1.2.7.new/src/mozilla/Ma
  
  if PLATFORM_WIN32
  
+@@ -53,6 +59,6 @@
+ else
+-liblihtmlx_la_LDFLAGS = -module -avoid-version
++liblihtmlx_la_LDFLAGS = -R$(XULRUNNER_HOME) -module -avoid-version
+ endif
This page took 0.087948 seconds and 4 git commands to generate.