Commit b8583e1c61e13d1486bcc203fc42a71a8f0875ab
1 parent
98fa2b02
Exists in
master
and in
1 other branch
Updating package control files.
Showing
2 changed files
with
3 additions
and
2 deletions
Show diff stats
debian/control
@@ -29,7 +29,7 @@ Description: Glade files for v3270 library. | @@ -29,7 +29,7 @@ Description: Glade files for v3270 library. | ||
29 | 29 | ||
30 | Package: libv3270-dbg | 30 | Package: libv3270-dbg |
31 | Architecture: any | 31 | Architecture: any |
32 | -Depends: ${misc:Depends}, libv3270 (= ${binary:Version}) | 32 | +Depends: libv3270 (= ${binary:Version}) |
33 | Description: Debugging symbols for GTK 3270 virtual terminal | 33 | Description: Debugging symbols for GTK 3270 virtual terminal |
34 | This package contains the debugging symbols for libv3270. | 34 | This package contains the debugging symbols for libv3270. |
35 | 35 |
rpm/libv3270.spec
@@ -96,7 +96,8 @@ NOCONFIGURE=1 ./autogen.sh | @@ -96,7 +96,8 @@ NOCONFIGURE=1 ./autogen.sh | ||
96 | 96 | ||
97 | %configure \ | 97 | %configure \ |
98 | --disable-static \ | 98 | --disable-static \ |
99 | - --enable-pic | 99 | + --enable-pic \ |
100 | + --with-release=%{release} | ||
100 | 101 | ||
101 | %build | 102 | %build |
102 | make %{?_smp_mflags} | 103 | make %{?_smp_mflags} |