mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:43:02 +01:00
Do not build and run libtomcrypt tests.
This commit is contained in:
parent
7907f1735f
commit
92f59d799b
3
extern/libtomcrypt/makefile.shared
vendored
3
extern/libtomcrypt/makefile.shared
vendored
@ -248,7 +248,8 @@ testprof/$(LIBTEST):
|
||||
|
||||
objs: $(OBJECTS)
|
||||
|
||||
$(LIBNAME): $(OBJECTS) testprof/$(LIBTEST)
|
||||
#$(LIBNAME): $(OBJECTS) testprof/$(LIBTEST)
|
||||
$(LIBNAME): $(OBJECTS)
|
||||
libtool --silent --mode=link gcc $(CFLAGS) `find . -type f | grep "[.]lo" | grep "src/" | xargs` $(EXTRALIBS) -o $(LIBNAME) -rpath $(LIBPATH) -version-info $(VERSION)
|
||||
|
||||
install: $(LIBNAME)
|
||||
|
Loading…
Reference in New Issue
Block a user