mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 19:41:47 +01:00
close[t:3637] Fix #3637 (libtokuportability.a is now an archive)
git-svn-id: file:///svn/toku/tokudb@32393 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
4583e33b84
commit
c045cdd729
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ endif
|
|||
$(LIBPORTABILITY_SO): $(OBJS)
|
||||
$(CC) -shared $(SYMBOLS) $(OBJS) $(SKIP_WARNING) -o $@ $(LINUX_NOSTDLIB)
|
||||
$(LIBPORTABILITY_A): $(OBJS)
|
||||
$(CC) -shared $(SYMBOLS) $(OBJS) $(SKIP_WARNING) -o $@ $(LINUX_NOSTDLIB)
|
||||
$(AR) cr $@ $(OBJS)
|
||||
|
||||
$(OBJS): CFLAGS += -DTOKU_ALLOW_DEPRECATED -D_GNU_SOURCE
|
||||
$(OBJS): VISIBILITY=
|
||||
|
|
Loading…
Add table
Reference in a new issue