diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2016-01-16 00:51:02 +0000 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2016-01-16 23:36:53 -0600 |
commit | bdfe3be612055f3ece14ed6857a22ce4fd13d60c (patch) | |
tree | daafb1e6d94c3e9379feb62b84fd2e0e4d42307d /network/dillo/dillo.SlackBuild | |
parent | 0b5be2cf871f079ca8a955b46578228c9a92c8a7 (diff) | |
download | slackbuilds-bdfe3be612055f3ece14ed6857a22ce4fd13d60c.tar.gz |
network/dillo: Build with extra/fltk.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/dillo/dillo.SlackBuild')
-rw-r--r-- | network/dillo/dillo.SlackBuild | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/network/dillo/dillo.SlackBuild b/network/dillo/dillo.SlackBuild index 121e715df5..cee153a1b1 100644 --- a/network/dillo/dillo.SlackBuild +++ b/network/dillo/dillo.SlackBuild @@ -74,13 +74,9 @@ find -L . \ #https and ssl are in the alpha stage, but if you don't want to try and use it #just delete or comment out --enable-ssl -sed -i 's/fltk-config/fltk13-config/g' configure - -LDFLAGS="-L/usr/lib$LIBDIRSUFFIX/fltk13 -Wl,-rpath,/usr/lib$LIBDIRSUFFIX/fltk13" \ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ - --libdir=/usr/lib${LIBDIRSUFFIX}/fltk13 \ --enable-ssl \ --prefix=/usr \ --sysconfdir=/etc \ |