blob: ec0521d869ab44b97830883f461d7a6d5bafd8d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Of course, the libtool stuff included in the tarball is broken :/
autoreconf -v -i -f
CFLAGS=$SLKCFLAGS \
CXXFLAGS=$SLKCFLAGS \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc \
--localstatedir=/var \
--infodir=/usr/info \
--mandir=/usr/man \
--docdir=/usr/doc/${PKGNAME}-${MODULAR_PACKAGE_VERSION} \
--disable-static \
--build=$ARCH-slackware-linux
|