SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
19
databases/sqlite/patches/patch-Makefile_in
Normal file
19
databases/sqlite/patches/patch-Makefile_in
Normal file
|
@ -0,0 +1,19 @@
|
|||
--- Makefile.in.orig Sun Apr 24 00:43:23 2005
|
||||
+++ Makefile.in Mon Dec 26 22:00:23 2005
|
||||
@@ -141,6 +141,7 @@ SRC = \
|
||||
# Source code to the test files.
|
||||
#
|
||||
TESTSRC = \
|
||||
+ $(TOP)/src/test-util.c \
|
||||
$(TOP)/src/btree.c \
|
||||
$(TOP)/src/func.c \
|
||||
$(TOP)/src/os.c \
|
||||
@@ -188,7 +189,7 @@ last_change: $(SRC)
|
||||
|
||||
libsqlite.la: $(LIBOBJ)
|
||||
$(LTLINK) -o libsqlite.la $(LIBOBJ) ${RELEASE} -rpath @exec_prefix@/lib \
|
||||
- -version-info "8:6:8"
|
||||
+ ${libsqlite_la_LDFLAGS}
|
||||
|
||||
libtclsqlite.la: tclsqlite.lo libsqlite.la
|
||||
$(LTLINK) -o libtclsqlite.la tclsqlite.lo \
|
Loading…
Add table
Add a link
Reference in a new issue