mirror of
git://slackware.nl/current.git
synced 2025-01-04 23:02:35 +01:00
eb3b16e594
a/etc-15.0-x86_64-7.txz: Rebuilt. Don't set a default MANPATH - it ends up overriding the config file settings. Thanks to Nate_KS and andygoth. a/mkinitrd-1.4.11-x86_64-8.txz: Rebuilt. Added hid-asus module to mkinitrd_command_generator.sh. Thanks to phalange. l/harfbuzz-1.8.3-x86_64-1.txz: Upgraded. n/bind-9.12.2-x86_64-1.txz: Upgraded. Looking at the BIND release schedule, it's probably better to stick with this stable branch than to track the development/unstable which isn't due to become bind-9.14.0 for many months. Like always, we'll move to a newer branch if that becomes necessary. x/xf86-input-libinput-0.28.0-x86_64-1.txz: Upgraded. x/xf86-video-ati-20180711_f533b1f6-x86_64-1.txz: Upgraded.
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
|