package protobuf: fixed bulding of test program

This commit is contained in:
Mark Brand 2012-09-18 22:37:42 +02:00
parent e9cec72384
commit 4182367993
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ define $(PKG)_BUILD
$(MAKE) -C '$(1)' -j '$(JOBS)'
$(MAKE) -C '$(1)' -j 1 install
'$(TARGET)-gcc' \
'$(TARGET)-g++' \
-W -Wall -Werror -ansi -pedantic \
'$(2).c' -o '$(PREFIX)/$(TARGET)/bin/test-protobuf.exe' \
'$(2).cpp' -o '$(PREFIX)/$(TARGET)/bin/test-protobuf.exe' \
`'$(TARGET)-pkg-config' protobuf --cflags --libs`
endef