diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-01-30 04:25:35 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-01-30 04:25:35 +0000 |
commit | a01439c2ca857df62d783ca85972a47474b700d1 (patch) | |
tree | 524caf06bace8677347d6681513a8a465202ef88 /databases/libsdb | |
parent | 1801d62b27475a63728be523be256d5b41c18581 (diff) |
Retire NO_FILTER_SHLIBS now that it no longer serves a purpose
Notes
Notes:
svn path=/head/; revision=183680
Diffstat (limited to 'databases/libsdb')
-rw-r--r-- | databases/libsdb/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/databases/libsdb/Makefile b/databases/libsdb/Makefile index bd1859c9cacf..2dddf86b4145 100644 --- a/databases/libsdb/Makefile +++ b/databases/libsdb/Makefile @@ -19,7 +19,6 @@ COMMENT= Simple database library HAS_CONFIGURE= yes MAKE_ARGS= PREFIX="${PREFIX}" CC="${CC}" CFLAGS="${CFLAGS}" USE_LDCONFIG= yes -NO_FILTER_SHLIBS= yes MAN3= sdb.3 sdb_init.3 sdb_open.3 sdb_close.3 sdb_query.3 MAN8= sdbd.8 |