diff options
author | Jani Välimaa <wally@mageia.org> | 2020-01-16 18:59:09 +0200 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2020-01-16 18:59:09 +0200 |
commit | 4459159b90e24b541616e50604dfe47c9ff1395f (patch) | |
tree | 39f6219b88cffd8db3cb72db8b14b121d70ec241 /build.macros.in | |
parent | df83beaa85518a1161b029f493976715b4999db3 (diff) | |
download | rpm-setup-4459159b90e24b541616e50604dfe47c9ff1395f.tar rpm-setup-4459159b90e24b541616e50604dfe47c9ff1395f.tar.gz rpm-setup-4459159b90e24b541616e50604dfe47c9ff1395f.tar.bz2 rpm-setup-4459159b90e24b541616e50604dfe47c9ff1395f.tar.xz rpm-setup-4459159b90e24b541616e50604dfe47c9ff1395f.zip |
build.macros: drop legacy --x-includes= and --x-libraries= from configure macros
Diffstat (limited to 'build.macros.in')
-rw-r--r-- | build.macros.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/build.macros.in b/build.macros.in index 2496fe5..749d3ab 100644 --- a/build.macros.in +++ b/build.macros.in @@ -233,7 +233,6 @@ export CFLAGS="%optflags"; export CXXFLAGS="%optflags"; export RPM_OPT_FLAGS="%o %{?_legacy_autotools:%{?!_disable_libtoolize:%{?__libtoolize_configure:%{__libtoolize_configure};}}} \ %{!?_legacy_autotools:%{?_enable_libtoolize:%{?__libtoolize_configure:%{__libtoolize_configure};}}} \ [ -f $CONFIGURE_TOP/configure.in -o -f $CONFIGURE_TOP/configure.ac ] && \ - CONFIGURE_XPATH="--x-includes=%{_prefix}/include --x-libraries=%{_prefix}/%{_lib}" \ $CONFIGURE_TOP/configure %{!?_legacy_autotools:--build=}%{_target_platform} \\\ %{?_program_prefix:--program-prefix=%{_program_prefix}} \\\ --prefix=%{_prefix} \\\ @@ -248,8 +247,7 @@ export CFLAGS="%optflags"; export CXXFLAGS="%optflags"; export RPM_OPT_FLAGS="%o --localstatedir=%{_localstatedir} \\\ --sharedstatedir=%{_sharedstatedir} \\\ --mandir=%{_mandir} \\\ - --infodir=%{_infodir} \\\ - $CONFIGURE_XPATH + --infodir=%{_infodir} # Implement configure shims %configure \ |