Commit 3ca2ed6748313818e48a0bbb822be416f3a99f33
1 parent
d88253d0
Exists in
master
Atualizando empacotamento .deb
Showing
3 changed files
with
4 additions
and
3 deletions
Show diff stats
latest/bootstrap.sh
latest/debian/control-base.in
... | ... | @@ -2,7 +2,7 @@ Source: @PACKAGE_NAME@ |
2 | 2 | Section: unknown |
3 | 3 | Priority: extra |
4 | 4 | Maintainer: Perry Werneck <perry.werneck@gmail.com> |
5 | -Build-Depends: debhelper (>= 7), autotools-dev, autoconf, libgtk2.0-dev, gettext, imagemagick, libssl-dev | |
5 | +Build-Depends: debhelper (>= 7), autotools-dev, autoconf, libgtk2.0-dev, gettext, libssl-dev | |
6 | 6 | Standards-Version: @PACKAGE_VERSION@.@PACKAGE_RELEASE@ |
7 | 7 | Homepage: http://www.softwarepublico.gov.br/dotlrn/clubs/pw3270/ |
8 | 8 | ... | ... |
latest/src/lib/Makefile.in
... | ... | @@ -61,7 +61,8 @@ SSL_CFLAGS=@SSL_CFLAGS@ |
61 | 61 | SSL_LIBS=@SSL_LIBS@ |
62 | 62 | |
63 | 63 | SOCKET_LIBS=@SOCKET_LIBS@ |
64 | -SDK_LDFLAGS="--output-def,$(basename $(@F)).def" | |
64 | +SDK_LDFLAGS= | |
65 | +#"--output-def,$(basename $(@F)).def" | |
65 | 66 | # -Wl,--warn-duplicate-exports, |
66 | 67 | |
67 | 68 | #---[ Sources ]---------------------------------------------------------------- | ... | ... |