Skip to content

Commit

Permalink
redland: some tweaks to BUILD and DEPENDS
Browse files Browse the repository at this point in the history
  • Loading branch information
stumbles committed Jul 25, 2014
1 parent e6dac6c commit b9d572a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions libs/redland/BUILD
Expand Up @@ -2,10 +2,6 @@

OPTS+=" --disable-static" &&

if in_depends $MODULE libiodbc ; then
LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/lib/libiodbc"
fi &&

if in_depends $MODULE libxml2 ; then
OPTS+=" --with-xml-parser=libxml"
else
Expand Down
2 changes: 1 addition & 1 deletion libs/redland/DEPENDS
@@ -1,7 +1,7 @@
depends rasqal

optional_depends "db" "--with-bdb" "--without-bdb" "for Berkley DB database support"
optional_depends "mysql" "--with-mysql" "--without-mysql" "for MySql database support"
optional_depends "%MYSQL" "--with-mysql" "--without-mysql" "for MySql database support"
optional_depends "postgresql" "--with-postgresql" "--without-postgresql" "for Postgresql database support"
optional_depends "sqlite" "--with-sqlite" "--without-sqlite" "for SqLite database support"
optional_depends "virtuoso" "--with-virtuoso" "--without-virtuoso" "for virtuoso database support"
Expand Down

0 comments on commit b9d572a

Please sign in to comment.