[Slackbuilds-users] swi-prolog SlackBuild - First attempt
Ozan Türkyılmaz
ozan.turkyilmaz at gmail.com
Mon May 31 08:38:15 UTC 2010
2010/5/31 Andrew Antle <andrew.antle at gmail.com>:
> Hello -
> CFLAGS="$SLKCFLAGS" \
> CXXFLAGS="$SLKCFLAGS" \
> ./configure \
> --prefix=/usr \
> --libdir=/usr/lib${LIBDIRSUFFIX} \
> --sysconfdir=/etc \
> --localstatedir=/var \
> --mandir=/usr/man \
> --docdir=/usr/doc/$PRGNAM-$VERSION \
> --build=$ARCH-slackware-linux \
> --with-world
if configure allows CFLAGS overrides, this would define them as empty,
if you don't wan to override them, don't set them at all. however SLKCFLAGS
are quiet sane and usually programmers remove dangerous optimizations in
non-overrideble place.
--
Ozan
More information about the SlackBuilds-users
mailing list