Commit 1c6e8c67 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki Committed by Kazuhiko

use -fPIC in libstemmer_c.

parent 256e921f
include mkinc.mak
CFLAGS=-Iinclude
CFLAGS=-Iinclude -fPIC
all: libstemmer.a stemwords
libstemmer.a: $(snowball_sources:.c=.o)
$(AR) -cru $@ $^
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment