Skip to content

Commit

Permalink
refresh-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincinator committed May 7, 2024
1 parent 69815cc commit ee20766
Showing 1 changed file with 12 additions and 23 deletions.
35 changes: 12 additions & 23 deletions patches/configure.patch
Original file line number Diff line number Diff line change
@@ -1,32 +1,21 @@
diff -Naur a/debian/control b/debian/control
--- a/debian/control 2024-01-31 00:03:23.627225145 +0000
+++ b/debian/control 2024-01-31 00:06:43.527746000 +0000
@@ -50,6 +50,8 @@
libblkid-dev (>= 2.24),
libmount-dev (>= 2.30),
libfdisk-dev (>= 2.33),
+ libpwquality-dev,
+ libqrencode-dev,
libseccomp-dev (>= 2.3.1) [amd64 arm64 armel armhf i386 mips mipsel mips64 mips64el x32 powerpc ppc64 ppc64el riscv64 s390x],
libdw-dev (>= 0.158) <!stage1>,
libpolkit-gobject-1-dev <!stage1>,
diff -Naur a/debian/rules b/debian/rules
--- a/debian/rules 2024-01-31 00:03:23.630225230 +0000
+++ b/debian/rules 2024-01-31 00:04:28.365068400 +0000
@@ -58,14 +58,14 @@
diff --color -Naur a/debian/rules b/debian/rules
--- a/debian/rules 2024-05-07 12:37:08.191863463 +0200
+++ b/debian/rules 2024-05-07 12:40:02.399945660 +0200
@@ -62,7 +62,7 @@
-Dsupport-url=$(SUPPORT_URL) \
-Ddefault-kill-user-processes=false \
-Ddefault-hierarchy=unified \
-Ddefault-dnssec=no \
- -Dpamconfdir=no \
+ -Dpamconfdir=/etc/pam.d \
-Dpamlibdir=/usr/lib/$(DEB_HOST_MULTIARCH)/security \
-Drpmmacrosdir=no \
-Dvconsole=false \
-Dfirstboot=true \
-Dxkbcommon=disabled \
-Dwheel-group=false \
@@ -153,7 +153,7 @@
-Dtpm2=disabled \
-Dp11kit=disabled \
-Dqrencode=disabled \
- -Dpwquality=disabled \
+ -Dpwquality=true \
-Doomd=true \
-Durlify=true \
-Dgnutls=disabled \
-Dhomed=disabled \
-Duserdb=false \
-Dpcre2=disabled \

0 comments on commit ee20766

Please sign in to comment.