Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: ninevoltz at uclibc.org <ninevoltz@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/sqlite
Date: Thu,  6 Mar 2008 10:25:03 -0800 (PST)	[thread overview]
Message-ID: <20080306182503.4BA5F12027D@busybox.net> (raw)

Author: ninevoltz
Date: 2008-03-06 10:25:02 -0800 (Thu, 06 Mar 2008)
New Revision: 21228

Log:
fixes for sqlite makefile

Modified:
   trunk/buildroot/package/sqlite/sqlite.mk


Changeset:
Modified: trunk/buildroot/package/sqlite/sqlite.mk
===================================================================
--- trunk/buildroot/package/sqlite/sqlite.mk	2008-03-06 18:24:27 UTC (rev 21227)
+++ trunk/buildroot/package/sqlite/sqlite.mk	2008-03-06 18:25:02 UTC (rev 21228)
@@ -34,12 +34,12 @@
 		--exec-prefix=/usr \
 		--bindir=/usr/bin \
 		--sbindir=/usr/sbin \
-		--libdir=/lib \
+		--libdir=/usr/lib \
 		--libexecdir=/usr/lib \
 		--sysconfdir=/etc \
 		--datadir=/usr/share \
 		--localstatedir=/var \
-		--includedir=/include \
+		--includedir=/usr/include \
 		--mandir=/usr/man \
 		--infodir=/usr/info \
 		--enable-shared \
@@ -56,11 +56,12 @@
 
 $(STAGING_DIR)/usr/bin/sqlite3: $(SQLITE_DIR)/sqlite3
 	$(MAKE) DESTDIR=$(STAGING_DIR) -C $(SQLITE_DIR) install
+	$(SED) "s,^libdir=.*,libdir=\'$(STAGING_DIR)/usr/lib\',g" $(STAGING_DIR)/usr/lib/libsqlite3.la
 
 $(TARGET_DIR)/usr/bin/sqlite3: $(STAGING_DIR)/usr/bin/sqlite3
 	cp -a $(STAGING_DIR)/usr/bin/sqlite3 $(TARGET_DIR)/usr/bin
-	cp -a $(STAGING_DIR)/lib/libsqlite3*.so* $(TARGET_DIR)/lib/
-	$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/lib/libsqlite3.so*
+	cp -a $(STAGING_DIR)/usr/lib/libsqlite3*.so* $(TARGET_DIR)/usr/lib/
+	$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libsqlite3.so*
 
 sqlite: uclibc readline-target ncurses $(TARGET_DIR)/usr/bin/sqlite3
 

             reply	other threads:[~2008-03-06 18:25 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-06 18:25 ninevoltz at uclibc.org [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-07-08 14:12 [Buildroot] svn commit: trunk/buildroot/package/sqlite jacmet at uclibc.org
2008-05-31  7:28 jacmet at uclibc.org
2008-04-24  9:03 jacmet at uclibc.org
2008-03-31 15:07 jacmet at uclibc.org
2008-03-27 19:37 jacmet at uclibc.org
2008-01-05 20:31 jacmet at uclibc.org
2007-12-14 10:12 jacmet at uclibc.org
2007-08-02 13:43 jacmet at uclibc.org
2007-05-03  9:33 jacmet at uclibc.org
2007-04-20 12:42 jacmet at uclibc.org
2007-04-12 11:24 jacmet at uclibc.org
2007-02-22 12:00 jacmet at uclibc.org
2007-02-05 19:24 andersen at uclibc.org
2007-01-29 15:45 jacmet at uclibc.org
2007-01-18 16:26 jacmet at uclibc.org
2007-01-18 16:23 jacmet at uclibc.org
2006-09-27  5:44 jacmet at uclibc.org

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=20080306182503.4BA5F12027D@busybox.net \
    --to=ninevoltz@uclibc.org \
    --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