Commit aebe6212b624286803705973b1d66a8c832ce789

Authored by Perry Werneck
1 parent 423d3abe
Exists in master and in 1 other branch develop

Adjusments base of the comments on OBS Request 735904 (https://build.opensuse.or…

…g/request/show/735904)
Showing 2 changed files with 2 additions and 14 deletions   Show diff stats
configure.ac
... ... @@ -291,20 +291,7 @@ AC_ARG_ENABLE([pic],
291 291 [
292 292 app_cv_pic="$enableval"
293 293 ],[
294   -
295   - case "$host_cpu" in
296   - x86_64)
297   - app_cv_pic="yes"
298   - ;;
299   -
300   - aarch64)
301   - app_cv_pic="yes"
302   - ;;
303   -
304   - *)
305   - app_cv_pic="no"
306   - esac
307   -
  294 + app_cv_pic="yes"
308 295 ])
309 296  
310 297 if test "$app_cv_pic" == "yes"; then
... ...
sdk/libv3270.pc.in
... ... @@ -9,6 +9,7 @@ version_minor=@PACKAGE_MINOR_VERSION@
9 9 Name: @PACKAGE_NAME@
10 10 Description: @PACKAGE_DESCRIPTION@
11 11 Version: @PACKAGE_VERSION@
  12 +Requires: lib3270
12 13 Libs: -lv3270
13 14 Libs.private: @LIBS@ @GTK_LIBS@ @GLIB_LIBS@ @LIBICONV@ @INTL_LIBS@ @LIB3270_LIBS@
14 15 Cflags:
... ...