Commit 3ca2ed6748313818e48a0bbb822be416f3a99f33

Authored by perry.werneck@gmail.com
1 parent d88253d0
Exists in master

Atualizando empacotamento .deb

latest/bootstrap.sh
... ... @@ -29,7 +29,7 @@ if test -d ".svn" ; then
29 29 LCD=""
30 30 fi
31 31  
32   - if [ -z $LCD ]; then
  32 + if [ "$LCD" == "" ]; then
33 33 LCD=`date +%Y%m%d`
34 34 fi
35 35  
... ...
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 ]----------------------------------------------------------------
... ...