diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-03-30 21:30:45 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-03-30 21:30:45 +0200 |
commit | ee770c2346eb37e0dcb8b6cf3eaacf3d8efd6bbc (patch) | |
tree | 58f05092be1a17a939e861f8cadcda1b6ca2ecef /debian/patches/0015-frontend_libs.patch | |
parent | 0da9e21872802cfc6e975b1ebaf9efb9e5934d84 (diff) | |
parent | fef76e17ed4c607ea73b81279f9ef1d7121be900 (diff) |
Merge branch 'release/experimental/1.0.29-1_experimental1'experimental/1.0.29-1_experimental1
Diffstat (limited to 'debian/patches/0015-frontend_libs.patch')
-rw-r--r-- | debian/patches/0015-frontend_libs.patch | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/debian/patches/0015-frontend_libs.patch b/debian/patches/0015-frontend_libs.patch deleted file mode 100644 index d408b3d..0000000 --- a/debian/patches/0015-frontend_libs.patch +++ /dev/null @@ -1,46 +0,0 @@ -From: Markus Koschany <apo@gambaru.de> -Date: Sun, 30 Jun 2013 15:20:24 +0200 -Subject: frontend_libs - -Only link frontends against the libraries they need -Reduce the dependencies on frontends by linking in only the required -libraries. ---- - frontend/Makefile.in | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -Index: trunk/frontend/Makefile.in -=================================================================== ---- trunk.orig/frontend/Makefile.in -+++ trunk/frontend/Makefile.in -@@ -238,7 +238,7 @@ LATEX = @LATEX@ - LD = @LD@ - LDFLAGS = @LDFLAGS@ - LIBOBJS = @LIBOBJS@ --LIBS = @LIBS@ -+LIBS = - LIBTOOL = @LIBTOOL@ - LIBUSB_1_0_CFLAGS = @LIBUSB_1_0_CFLAGS@ - LIBUSB_1_0_LIBS = @LIBUSB_1_0_LIBS@ -@@ -365,7 +365,7 @@ scanimage_LDADD = ../backend/libsane.la - - saned_SOURCES = saned.c - saned_LDADD = ../backend/libsane.la ../sanei/libsanei.la ../lib/liblib.la \ -- ../lib/libfelib.la @SYSLOG_LIBS@ @SYSTEMD_LIBS@ -+ ../lib/libfelib.la @SYSLOG_LIBS@ @SYSTEMD_LIBS@ @AVAHI_LIBS@ - - test_SOURCES = test.c - test_LDADD = ../lib/liblib.la ../lib/libfelib.la ../backend/libsane.la -Index: trunk/frontend/Makefile.am -=================================================================== ---- trunk.orig/frontend/Makefile.am -+++ trunk/frontend/Makefile.am -@@ -22,7 +22,7 @@ scanimage_LDADD = ../backend/libsane.la - - saned_SOURCES = saned.c - saned_LDADD = ../backend/libsane.la ../sanei/libsanei.la ../lib/liblib.la \ -- ../lib/libfelib.la @SYSLOG_LIBS@ @SYSTEMD_LIBS@ -+ ../lib/libfelib.la @SYSLOG_LIBS@ @SYSTEMD_LIBS@ @AVAHI_LIBS@ - - test_SOURCES = test.c - test_LDADD = ../lib/liblib.la ../lib/libfelib.la ../backend/libsane.la |