# | Line 6 | Line 6 | Requires: zlib | |
---|---|---|
6 | %setup -n protobuf-%realversion | |
7 | ||
8 | %build | |
9 | < | ./configure --prefix %{i} \ |
9 | > | ./configure --prefix %{i} --disable-static \ |
10 | CXXFLAGS="-I$ZLIB_ROOT/include" \ | |
11 | CFLAGS="-I$ZLIB_ROOT/include" \ | |
12 | LDFLAGS="-L$ZLIB_ROOT/lib" | |
# | Line 14 | Line 14 | make %{makeprocesses} | |
14 | ||
15 | %install | |
16 | make install | |
17 | + | rm -rf %i/lib/pkgconfig |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |