summaryrefslogtreecommitdiff
path: root/libre/cups-filters-libre/buildfix_dlopen.diff
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-08-27 00:02:06 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-08-27 00:02:06 -0300
commit0e581659e6f376ff6d2cc524502ac54e02ebb93e (patch)
tree02707a30b1bfc64e0d7d804471a8db19dd6f7174 /libre/cups-filters-libre/buildfix_dlopen.diff
parent1e112711ff7913cb2157008b206b1e5dd73e40da (diff)
downloadabslibre-0e581659e6f376ff6d2cc524502ac54e02ebb93e.tar.gz
abslibre-0e581659e6f376ff6d2cc524502ac54e02ebb93e.tar.bz2
abslibre-0e581659e6f376ff6d2cc524502ac54e02ebb93e.zip
cups-filter-libre-1.0.20-2: moving new version to [libre] repo
Diffstat (limited to 'libre/cups-filters-libre/buildfix_dlopen.diff')
-rw-r--r--libre/cups-filters-libre/buildfix_dlopen.diff31
1 files changed, 0 insertions, 31 deletions
diff --git a/libre/cups-filters-libre/buildfix_dlopen.diff b/libre/cups-filters-libre/buildfix_dlopen.diff
deleted file mode 100644
index eea5f506c..000000000
--- a/libre/cups-filters-libre/buildfix_dlopen.diff
+++ /dev/null
@@ -1,31 +0,0 @@
-=== modified file 'Makefile.am'
---- Makefile.am 2012-06-22 15:40:53 +0000
-+++ Makefile.am 2012-07-19 09:36:30 +0000
-@@ -329,7 +329,8 @@
- $(FREETYPE_LIBS) \
- $(FONTCONFIG_LIBS) \
- $(LIBPNG_LIBS) \
-- $(POPPLER_LIBS)
-+ $(POPPLER_LIBS) \
-+ $(DLOPEN_LIBS)
-
- EXTRA_DIST += $(pkgfontconfig_DATA)
-
-=== modified file 'configure.ac'
---- configure.ac 2012-07-19 14:02:32 +0000
-+++ configure.ac 2012-07-19 14:39:25 +0000
-@@ -110,6 +110,13 @@
- AC_DEFINE(PDFTOPDF, [], [Needed for pdftopdf filter compilation])
- AC_DEFINE_DIR(BANNERTOPDF_DATADIR, "{CUPS_DATADIR}/data", [Directory where bannertopdf finds its data files (PDF templates)])
-
-+AC_SEARCH_LIBS([dlopen],
-+ [dl],
-+ DLOPEN_LIBS="-ldl",
-+ AC_MSG_ERROR([unable to find the dlopen() function])
-+)
-+AC_SUBST(DLOPEN_LIBS)
-+
- # ======================
- # Check system functions
- # ======================
-