summaryrefslogtreecommitdiff
path: root/dev-libs/xqilla/files/2.2.4-respect-ldflags-no-rpath.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/xqilla/files/2.2.4-respect-ldflags-no-rpath.patch')
-rw-r--r--dev-libs/xqilla/files/2.2.4-respect-ldflags-no-rpath.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-libs/xqilla/files/2.2.4-respect-ldflags-no-rpath.patch b/dev-libs/xqilla/files/2.2.4-respect-ldflags-no-rpath.patch
deleted file mode 100644
index 5188617c2585..000000000000
--- a/dev-libs/xqilla/files/2.2.4-respect-ldflags-no-rpath.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/Makefile.am b/Makefile.am
-index 1c08992..ffeb840 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = foreign dist-zip
- SUBDIRS = include
-
- INCLUDES = -I$(top_srcdir)/include/ $(xerces_include) -I$(top_srcdir)/src/lexer/ $(faxpp_include) $(tidy_include)
--LDFLAGS = -L$(xerces_lib) -R$(xerces_lib) $(faxpp_lib) $(tidy_lib) -lxerces-c $(faxpp_library) $(tidy_library)
-+LDFLAGS += -L$(xerces_lib) $(faxpp_lib) $(tidy_lib) -lxerces-c $(faxpp_library) $(tidy_library)
- LDADD = libxqilla.la
- ACLOCAL_AMFLAGS = -I autotools/m4
-