mirror of
git://slackware.nl/current.git
synced 2024-12-31 10:28:29 +01:00
19e28b847b
patches/packages/sudo-1.9.12p2-x86_64-1_slack15.0.txz: Upgraded. This update fixes a flaw in sudo's -e option (aka sudoedit) that could allow a malicious user with sudoedit privileges to edit arbitrary files. For more information, see: https://www.cve.org/CVERecord?id=CVE-2023-22809 (* Security fix *)
13 lines
362 B
Text
13 lines
362 B
Text
CFLAGS=$SLKCFLAGS \
|
|
CXXFLAGS=$SLKCFLAGS \
|
|
./autogen.sh \
|
|
--prefix=/usr \
|
|
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
|
--sysconfdir=/etc \
|
|
--localstatedir=/var \
|
|
--infodir=/usr/info \
|
|
--mandir=/usr/man \
|
|
--docdir=/usr/doc/${PKGNAME}-${MODULAR_PACKAGE_VERSION} \
|
|
--with-udev-rules-dir=/lib/udev/rules.d \
|
|
--disable-static \
|
|
--build=$ARCH-slackware-linux
|