diff options
author | Haruna <haru@dotalux.com> | 2014-10-23 21:24:50 +0200 |
---|---|---|
committer | Haruna <haru@dotalux.com> | 2014-10-23 21:24:50 +0200 |
commit | 32d658cc23e4f935a388876a8525ac0e7159154a (patch) | |
tree | 2a2cea46c0fa8076be0c9f94c13f9f07edb0cbcf /src/plugins | |
parent | 3579235602638631f5d6e10e18567291d5de1350 (diff) | |
parent | 1f5a9d02c6aa41ded7dfbc0e1b1d22504f0e83fb (diff) | |
download | hercules-32d658cc23e4f935a388876a8525ac0e7159154a.tar.gz hercules-32d658cc23e4f935a388876a8525ac0e7159154a.tar.bz2 hercules-32d658cc23e4f935a388876a8525ac0e7159154a.tar.xz hercules-32d658cc23e4f935a388876a8525ac0e7159154a.zip |
Merge pull request #347 from 4144/static
In configure add option --enable-static
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Makefile.in b/src/plugins/Makefile.in index 77040d567..39f445319 100644 --- a/src/plugins/Makefile.in +++ b/src/plugins/Makefile.in @@ -80,4 +80,4 @@ Makefile: Makefile.in ../../plugins/%@DLLEXT@: %.c $(ALL_H) $$(shell ls %/* 2>/dev/null) @echo " CC $<" - @$(CC) @DEFS@ @CFLAGS@ @CPPFLAGS@ @LDFLAGS@ @SOFLAGS@ -o $@ $< + @$(CC) @PLUGINSTATIC@ @DEFS@ @CFLAGS@ @CPPFLAGS@ @LDFLAGS@ @SOFLAGS@ -o $@ $< |