← recipes

Commit 840bb7d

2
plików
+1
dodanych
-4
usuniętych
@@ -186,7 +186,7 @@ hooks:
186 186 \ User\" -d /var/run/flatpak \\\n\t-s /usr/bin/false -u 89 $UN\nfi\n"
187 187 build: |
188 188 localedef -i C -f UTF-8 /usr/lib/locale/C.UTF-8 #Never complain, never explain
189 - meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true ${pkgname}-${pkgver} builddir -Dsystem_bubblewrap=bwrap -Dsystem_dbus_proxy=xdg-dbus-proxy -Dtests=false -Ddbus_config_dir=/usr/share/dbus-1/system.d -Dselinux_module=disabled
189 + meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true ${pkgname}-${pkgver} builddir -Dsystem_bubblewrap=bwrap -Dsystem_dbus_proxy=xdg-dbus-proxy -Dtests=false -Ddbus_config_dir=/usr/share/dbus-1/system.d -Dselinux_module=disabled -Ddocbook_docs=false
190 190 meson compile -C builddir
191 191 DESTDIR=${PKGDIR} meson install -C builddir
192 192 package: |
@@ -14,11 +14,9 @@ makedepends:
14 14 source:
15 15 - 'https://repo.paganlinux.eu/sources/pagan-scripts-20260822.tar.gz'
16 16 - 'https://www.openldap.org/software/download/OpenLDAP/openldap-release/${pkgname}-${pkgver}.tgz'
17 -- ${pkgname}-${pkgver}-consolidated-1.patch
18 17 sha256sums:
19 18 - 32e0aec88cc56a8afe0b2671debe47d19357792a6ffaffaf6e3db8a021a57072
20 19 - SKIP
21 -- SKIP
22 20 footprint_openldap_devel: "drwxr-xr-x\troot/root\tusr/include/\n-rw-r--r--\troot/root\tusr/include/lber.h\n-rw-r--r--\troot/root\t\
23 21 usr/include/lber_types.h\n-rw-r--r--\troot/root\tusr/include/ldap.h\n-rw-r--r--\troot/root\tusr/include/ldap_cdefs.h\n-rw-r--r--\t\
24 22 root/root\tusr/include/ldap_features.h\n-rw-r--r--\troot/root\tusr/include/ldap_schema.h\n-rw-r--r--\troot/root\tusr/include/ldap_utf8.h\n\
@@ -217,7 +215,6 @@ build: |
217 215 -e 's/cn->data/ASN1_STRING_get0_data(cn)/g' \
218 216 -i libraries/libldap/tls_o.c
219 217
220 - patch -Np1 -i ../${pkgname}-${pkgver}-consolidated-1.patch
221 218 autoconf
222 219
223 220 ./configure --prefix=/usr \