Skip to content

Commit

Permalink
Removed python patch from makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jtroberts committed Sep 19, 2016
1 parent 61352d6 commit 959033f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,6 @@ build/numpy/VERSION:
mrf-overlay:
cp -r src/gdal_mrf/* build/gdal

build/gdal/swig/python/GNUmakefile: deploy/gibs-gdal/python-install.patch
# Python install does not respect DESTDIR
( cd build/gdal ; \
patch -p0 < ../../deploy/gibs-gdal/python-install.patch )
# Use external libtool
sed -i 's|@LIBTOOL@|/usr/bin/libtool|g' build/gdal/GDALmake.opt.in

gdal-compile:
( cd build/gdal ; ./configure \
--prefix=$(PREFIX) \
Expand Down

0 comments on commit 959033f

Please sign in to comment.