diff options
Diffstat (limited to 'source/l/pcre')
-rwxr-xr-x | source/l/pcre/pcre.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source/l/pcre/pcre.SlackBuild b/source/l/pcre/pcre.SlackBuild index 06bd7c77..2454c9fc 100755 --- a/source/l/pcre/pcre.SlackBuild +++ b/source/l/pcre/pcre.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2008, 2009, 2010, 2011 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2008, 2009, 2010, 2011, 2013 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -77,6 +77,8 @@ CFLAGS="$SLKCFLAGS" \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --mandir=/usr/man \ --enable-utf8 \ + --enable-pcre16 \ + --enable-pcre32 \ --enable-unicode-properties \ --build=$ARCH-slackware-linux |