Navigation Menu

Skip to content

Commit

Permalink
[RPM] Remove lib64 patch for master
Browse files Browse the repository at this point in the history
  • Loading branch information
daniviga authored and nyalldawson committed Feb 27, 2022
1 parent 0e05ca1 commit 0e58b37
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
6 changes: 0 additions & 6 deletions rpm/qgis.spec.template
Expand Up @@ -46,11 +46,6 @@ Source5: %{name}-server-README.fedora
# Based on debian/qgis.xml but excluding already defined or proprietary types
Source6: %{name}-mime.xml

# Fix builds on 64-bit machines
# https://github.com/qgis/QGIS/issues/23525
# https://github.com/qgis/QGIS/commit/718581ffb12b723f9a3c0ae01b7ec2d8aed9d4bb.patch
Patch0: %{name}-lib64.patch

# Compiling stuff
BuildRequires: bison
BuildRequires: clang
Expand Down Expand Up @@ -208,7 +203,6 @@ Please refer to %{name}-server-README.fedora for details!

%prep
%setup -q
%patch0 -p0 -b .lib64

# Remove executable permissions from source code files
find . \( -name "*.cpp" -o -name "*.h" \) -type f -perm /111 -execdir chmod -x {} \+
Expand Down
12 changes: 0 additions & 12 deletions rpm/sources/qgis-lib64.patch

This file was deleted.

0 comments on commit 0e58b37

Please sign in to comment.