← recipes

Commit 53f3bdc

0
plików
+0
dodanych
-0
usuniętych
@@ -234,6 +234,9 @@ hooks:
234 234 build: |
235 235 cd ${pkgname}-${pkgver}
236 236 NOCONFIGURE=1 ./autogen.sh
237 + # glibc 2.41+ ma juz updwtmpx w naglowkach – usun wlasna definicje lightdm
238 + # (konflikt typow: static void vs int w /usr/include/utmpx.h -> build fail)
239 + sed -i '/\/\* GNU provides this/,/^}/d' src/session-child.c
237 240 SN="lightdm"
238 241 IDN="65"
239 242 if ! (getent group $SN > /dev/null); then