Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: llandwerlin at gmail.com <llandwerlin@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 3/7] tslib: Fix installation with new autotools policy
Date: Sat, 18 Sep 2010 19:59:45 +0200	[thread overview]
Message-ID: <1284832789-22631-4-git-send-email-llandwerlin@gmail.com> (raw)
In-Reply-To: <1284832789-22631-1-git-send-email-llandwerlin@gmail.com>

From: Lionel Landwerlin <llandwerlin@gmail.com>

Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
---
 package/tslib/tslib-1.0-newer-libtool-fix.patch |   11 +++++++++++
 package/tslib/tslib.mk                          |    2 --
 2 files changed, 11 insertions(+), 2 deletions(-)
 create mode 100644 package/tslib/tslib-1.0-newer-libtool-fix.patch

diff --git a/package/tslib/tslib-1.0-newer-libtool-fix.patch b/package/tslib/tslib-1.0-newer-libtool-fix.patch
new file mode 100644
index 0000000..f08d4b6
--- /dev/null
+++ b/package/tslib/tslib-1.0-newer-libtool-fix.patch
@@ -0,0 +1,11 @@
+--- tslib-1.0/configure.ac~	2010-03-25 15:59:55.000000000 +0100
++++ tslib-1.0/configure.ac	2010-03-25 15:59:55.000000000 +0100
+@@ -168,7 +168,7 @@
+         AS_HELP_STRING([--with-plugindir=ARG],
+                 [Where to look for plugins (default=${libdir}/ts)]),
+         [PLUGIN_DIR=$withval],
+-        [PLUGIN_DIR='${libdir}/ts/'])
++        [PLUGIN_DIR='${libdir}/ts'])
+ AC_MSG_RESULT($PLUGIN_DIR)
+ AC_SUBST(PLUGIN_DIR)
+ 
diff --git a/package/tslib/tslib.mk b/package/tslib/tslib.mk
index edde0b6..b6a224d 100644
--- a/package/tslib/tslib.mk
+++ b/package/tslib/tslib.mk
@@ -10,11 +10,9 @@ TSLIB_AUTORECONF = YES
 TSLIB_LIBTOOL_PATCH = NO
 TSLIB_INSTALL_STAGING = YES
 TSLIB_INSTALL_TARGET = YES
-TSLIB_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) LDFLAGS=-L$(STAGING_DIR)/usr/lib install
 
 TSLIB_CONF_OPT = \
 	--enable-shared	\
-	--prefix=/usr	\
 	--sysconfdir=/etc
 
 $(eval $(call AUTOTARGETS,package,tslib))
-- 
1.7.1

  parent reply	other threads:[~2010-09-18 17:59 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-18 17:59 [Buildroot] [review request] rework of libtool llandwerlin at gmail.com
2010-09-18 17:59 ` [Buildroot] [PATCH 1/7] libtool: bump to 2.2.6b + introduce 2 libtool packages + cross compile patch llandwerlin at gmail.com
2010-09-18 17:59 ` [Buildroot] [PATCH 2/7] package: modifications to work with new libtool policy llandwerlin at gmail.com
2010-09-18 17:59 ` llandwerlin at gmail.com [this message]
2010-09-18 17:59 ` [Buildroot] [PATCH 4/7] bison: add host rules llandwerlin at gmail.com
2010-09-29  7:03   ` Thomas Petazzoni
2010-09-18 17:59 ` [Buildroot] [PATCH 5/7] expat: comply with new libtool policy llandwerlin at gmail.com
2010-09-18 17:59 ` [Buildroot] [PATCH 6/7] sysstat: bump to 9.1.5 and " llandwerlin at gmail.com
2010-09-18 17:59 ` [Buildroot] [PATCH 7/7] gstreamer: allow autoreconfigure with gettext 0.18 llandwerlin at gmail.com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1284832789-22631-4-git-send-email-llandwerlin@gmail.com \
    --to=llandwerlin@gmail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox