From aebe6212b624286803705973b1d66a8c832ce789 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Tue, 8 Oct 2019 10:33:38 -0300 Subject: [PATCH] Adjusments base of the comments on OBS Request 735904 (https://build.opensuse.org/request/show/735904) --- configure.ac | 15 +-------------- sdk/libv3270.pc.in | 1 + 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/configure.ac b/configure.ac index b721878..d3b2104 100644 --- a/configure.ac +++ b/configure.ac @@ -291,20 +291,7 @@ AC_ARG_ENABLE([pic], [ app_cv_pic="$enableval" ],[ - - case "$host_cpu" in - x86_64) - app_cv_pic="yes" - ;; - - aarch64) - app_cv_pic="yes" - ;; - - *) - app_cv_pic="no" - esac - + app_cv_pic="yes" ]) if test "$app_cv_pic" == "yes"; then diff --git a/sdk/libv3270.pc.in b/sdk/libv3270.pc.in index 1b7ff35..a00ef38 100644 --- a/sdk/libv3270.pc.in +++ b/sdk/libv3270.pc.in @@ -9,6 +9,7 @@ version_minor=@PACKAGE_MINOR_VERSION@ Name: @PACKAGE_NAME@ Description: @PACKAGE_DESCRIPTION@ Version: @PACKAGE_VERSION@ +Requires: lib3270 Libs: -lv3270 Libs.private: @LIBS@ @GTK_LIBS@ @GLIB_LIBS@ @LIBICONV@ @INTL_LIBS@ @LIB3270_LIBS@ Cflags: -- libgit2 0.21.2