• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/luacrypto/luacrypto-01-autotools.patch
Francois PerradFrancois Perrad committed 549c09b627015 Sep 2013
Raw file
Source viewDiff to previous
 
1
autotools: fix install directories
2
​
3
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
4
​
5
Index: b/Makefile.am
6
===================================================================
7
--- a/Makefile.am
8
+++ b/Makefile.am
9
@@ -3,7 +3,7 @@
10
 SUBDIRS = src \
11
      doc
12
 
13
-pkgconfigdir = $(libdir)/pkgconfig
14
+pkgconfigdir = $(prefix)/lib/pkgconfig
15
 pkgconfig_DATA = luacrypto.pc
16
 
17
 test: all
18
Index: b/configure.ac
19
===================================================================
20
--- a/configure.ac
21
+++ b/configure.ac
22
@@ -31,7 +31,7 @@
23
 PKG_CHECK_MODULES([LUA], [lua])
24
 
25
 # lua libdir
26
-LUALIBDIR="`$PKGCONFIG --variable=libdir lua`"
27
+LUALIBDIR="`$PKGCONFIG --variable=INSTALL_CMOD lua`"
28
 
29
 # dest of headers
30
 CRYPTOINC="${includedir}/${PACKAGE_NAME}"
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.