blob: 41eff6367753fc10324957a711ca9e9513ae5bc0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Modules/OVIMBoshiamy/Makefile.orig Mon May 14 14:23:33 2007
+++ Modules/OVIMBoshiamy/Makefile Tue May 15 22:09:09 2007
@@ -4,7 +4,7 @@
SOURCES=OVIMBoshiamy
DATA=imtables.db
CINS=liu5.cin
-LDFLAGS+=-lsqlite3
+LDFLAGS+=-lsqlite3 -L${LOCALBASE}/lib
EXTRA_GOALS=imtables.db
include ../Mk/ov.module.mk
|