File: 0002-Drop-non-functional-ENABLE_AUTOSTART.patch

package info (click to toggle)
opensc 0.26.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,420 kB
  • sloc: ansic: 178,823; xml: 6,327; sh: 2,115; makefile: 1,023; cpp: 304; lex: 92
file content (23 lines) | stat: -rw-r--r-- 736 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Bastian Germann <bage@debian.org>
Date: Fri, 10 Nov 2023 11:54:15 +0000
Subject: Drop non-functional ENABLE_AUTOSTART

---
 src/tools/Makefile.am | 2 --
 1 file changed, 2 deletions(-)

Index: opensc/src/tools/Makefile.am
===================================================================
--- opensc.orig/src/tools/Makefile.am	2025-03-22 11:21:59.404224108 -0400
+++ opensc/src/tools/Makefile.am	2025-03-22 11:21:59.400224115 -0400
@@ -192,10 +192,8 @@
 applicationsdir = $(datadir)/applications
 applications_DATA = org.opensc.notify.desktop
 
-if ENABLE_AUTOSTART
 xdg_autostartdir = $(sysconfdir)/xdg/autostart
 xdg_autostart_DATA = pkcs11-register.desktop
-endif
 
 %.desktop: %.desktop.in
 	$(AM_V_GEN)$(do_subst) < $< > $@