summaryrefslogtreecommitdiffstats
path: root/package/luacrypto/luacrypto-01-autotools.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/luacrypto/luacrypto-01-autotools.patch')
-rw-r--r--package/luacrypto/luacrypto-01-autotools.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/package/luacrypto/luacrypto-01-autotools.patch b/package/luacrypto/luacrypto-01-autotools.patch
deleted file mode 100644
index e8befb05f8..0000000000
--- a/package/luacrypto/luacrypto-01-autotools.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-autotools: fix install directories
-
-Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
-
-Index: b/Makefile.am
-===================================================================
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -3,7 +3,7 @@
- SUBDIRS = src \
- doc
-
--pkgconfigdir = $(libdir)/pkgconfig
-+pkgconfigdir = $(prefix)/lib/pkgconfig
- pkgconfig_DATA = luacrypto.pc
-
- test: all
-Index: b/configure.ac
-===================================================================
---- a/configure.ac
-+++ b/configure.ac
-@@ -31,7 +31,7 @@
- PKG_CHECK_MODULES([LUA], [lua])
-
- # lua libdir
--LUALIBDIR="`$PKGCONFIG --variable=libdir lua`"
-+LUALIBDIR="`$PKGCONFIG --variable=INSTALL_CMOD lua`"
-
- # dest of headers
- CRYPTOINC="${includedir}/${PACKAGE_NAME}"
OpenPOWER on IntegriCloud