3.0.4-alt1.2

- rebuild
This commit is contained in:
Valery Inozemtsev 2018-11-27 07:58:49 +00:00 committed by Girar Builder pender robot
parent 3c7a6bb425
commit 77f880a90d
2 changed files with 5 additions and 2 deletions

View File

@ -4,7 +4,7 @@
Name: pve-%sname
Summary: SPICE Terminal Emulator
Version: 3.0.4
Release: alt1.1
Release: alt1.2
License: GPLv2
Group: Networking/WWW
Url: https://git.proxmox.com/
@ -71,6 +71,9 @@ popd
%_man1dir/%sname.1*
%changelog
* Tue Nov 27 2018 Valery Inozemtsev <shrek@altlinux.ru> 3.0.4-alt1.2
- rebuild
* Wed Aug 29 2018 Grigory Ustinov <grenka@altlinux.org> 3.0.4-alt1.1
- NMU: Rebuild with new openssl 1.1.0.

View File

@ -7,7 +7,7 @@
-spiceterm: ${SOURCES} ${HEADERS} spiceterm.c
- gcc -Werror -Wall -Wl,-z,relro -Wtype-limits ${SOURCES} -g -O2 -o $@ -lutil $(shell pkg-config) $(shell pkg-config --cflags --libs gthread-2.0,spice-protocol,spice-server,libsasl2)
+spiceterm: ${SOURCES} ${HEADERS} spiceterm.c spiceterm.1
+ gcc -Werror -Wall -Wl,-z,relro -Wtype-limits ${SOURCES} -g -O2 -o $@ -I$(shell pwd)/spice/server -lutil $(shell pkg-config) $(shell pkg-config --cflags --libs gthread-2.0,spice-protocol,libsasl2) \
+ gcc -Wall -Wl,-z,relro -Wtype-limits ${SOURCES} -g -O2 -o $@ -I$(shell pwd)/spice/server -lutil $(shell pkg-config) $(shell pkg-config --cflags --libs gthread-2.0,spice-protocol,libsasl2) \
+ $(shell pwd)/spice/server/.libs/libspice-server.a \
+ $(shell pwd)/celt/libcelt/.libs/libcelt051.a \
+ -lgio-2.0 -lgobject-2.0 -lopus -lglib-2.0 -ljpeg -llz4 -lpixman-1 -lsasl2 -lssl -lcrypto -lz -lm -lrt