Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/package/libeXosip2
@ 2009-01-14 23:49 ulf at uclibc.org
  2009-01-15  8:58 ` Peter Korsgaard
  0 siblings, 1 reply; 11+ messages in thread
From: ulf at uclibc.org @ 2009-01-14 23:49 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2009-01-14 23:49:24 +0000 (Wed, 14 Jan 2009)
New Revision: 24847

Log:
libeXosip2 is dependent on libosip2

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


Changeset:
Modified: trunk/buildroot/package/libeXosip2/libeXosip2.mk
===================================================================
--- trunk/buildroot/package/libeXosip2/libeXosip2.mk	2009-01-14 22:52:31 UTC (rev 24846)
+++ trunk/buildroot/package/libeXosip2/libeXosip2.mk	2009-01-14 23:49:24 UTC (rev 24847)
@@ -84,7 +84,7 @@
 
 
 
-libeXosip2: uclibc $(TARGET_DIR)/usr/lib/libeXosip2.so
+libeXosip2: uclibc libosip2 $(TARGET_DIR)/usr/lib/libeXosip2.so
 
 libeXosip2-source: $(DL_DIR)/$(LIBEXOSIP2_SOURCE)
 

^ permalink raw reply	[flat|nested] 11+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/libeXosip2
@ 2009-01-16 21:19 ulf at uclibc.org
  0 siblings, 0 replies; 11+ messages in thread
From: ulf at uclibc.org @ 2009-01-16 21:19 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2009-01-16 21:19:50 +0000 (Fri, 16 Jan 2009)
New Revision: 24889

Log:
libeXosip2 requires libosip2

Modified:
   trunk/buildroot/package/libeXosip2/Config.in


Changeset:
Modified: trunk/buildroot/package/libeXosip2/Config.in
===================================================================
--- trunk/buildroot/package/libeXosip2/Config.in	2009-01-16 21:18:08 UTC (rev 24888)
+++ trunk/buildroot/package/libeXosip2/Config.in	2009-01-16 21:19:50 UTC (rev 24889)
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_LIBEXOSIP2
 	bool "libeXosip2"
+	select BR2_PACKAGE_LIBOSIP2
 	help
 	  GNU Higher level SIP (Session Initiation Protocol)
 	  This library aims to provide multimedia and telecom software

^ permalink raw reply	[flat|nested] 11+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/libeXosip2
@ 2009-01-25 20:44 ulf at uclibc.org
  2009-01-25 20:48 ` Peter Korsgaard
  0 siblings, 1 reply; 11+ messages in thread
From: ulf at uclibc.org @ 2009-01-25 20:44 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2009-01-25 20:44:23 +0000 (Sun, 25 Jan 2009)
New Revision: 25018

Log:
Use prefix=/usr for libeXosip2

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


Changeset:
Modified: trunk/buildroot/package/libeXosip2/libeXosip2.mk
===================================================================
--- trunk/buildroot/package/libeXosip2/libeXosip2.mk	2009-01-25 20:19:06 UTC (rev 25017)
+++ trunk/buildroot/package/libeXosip2/libeXosip2.mk	2009-01-25 20:44:23 UTC (rev 25018)
@@ -26,16 +26,16 @@
 		--target=$(GNU_TARGET_NAME) \
 		--host=$(GNU_TARGET_NAME) \
 		--build=$(GNU_HOST_NAME) \
-		--prefix=$(STAGING_DIR) \
-		--exec-prefix=/usr \
+		--prefix=/usr \
+		--exec-prefix=/ \
 		--bindir=/usr/bin \
 		--sbindir=/usr/sbin \
+		--libexecdir=/usr/lib \
 		--sysconfdir=/etc \
 		--datadir=/usr/share \
-		--localstatedir=/var \
 		--mandir=/usr/man \
 		--infodir=/usr/info \
-		--libexecdir=/usr/lib \
+		--localstatedir=/var \
 		--libdir=/usr/lib \
 		--includedir=$(STAGING_DIR)/usr/include \
 		--oldincludedir=/usr/include \

^ permalink raw reply	[flat|nested] 11+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/libeXosip2
@ 2009-01-25 23:32 ulf at uclibc.org
  0 siblings, 0 replies; 11+ messages in thread
From: ulf at uclibc.org @ 2009-01-25 23:32 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2009-01-25 23:32:13 +0000 (Sun, 25 Jan 2009)
New Revision: 25030

Log:
Fix exec-prefix for libeXosip2

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


Changeset:
Modified: trunk/buildroot/package/libeXosip2/libeXosip2.mk
===================================================================
--- trunk/buildroot/package/libeXosip2/libeXosip2.mk	2009-01-25 23:16:11 UTC (rev 25029)
+++ trunk/buildroot/package/libeXosip2/libeXosip2.mk	2009-01-25 23:32:13 UTC (rev 25030)
@@ -27,14 +27,10 @@
 		--host=$(GNU_TARGET_NAME) \
 		--build=$(GNU_HOST_NAME) \
 		--prefix=/usr \
-		--exec-prefix=/ \
-		--bindir=/usr/bin \
-		--sbindir=/usr/sbin \
+		--exec-prefix=/usr \
 		--libexecdir=/usr/lib \
 		--sysconfdir=/etc \
 		--datadir=/usr/share \
-		--mandir=/usr/man \
-		--infodir=/usr/info \
 		--localstatedir=/var \
 		--libdir=/usr/lib \
 		--includedir=$(STAGING_DIR)/usr/include \

^ permalink raw reply	[flat|nested] 11+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/libeXosip2
@ 2009-02-02  7:24 ulf at uclibc.org
  2009-02-02 12:25 ` Peter Korsgaard
  0 siblings, 1 reply; 11+ messages in thread
From: ulf at uclibc.org @ 2009-02-02  7:24 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2009-02-02 07:24:48 +0000 (Mon, 02 Feb 2009)
New Revision: 25218

Log:
Define OSIP_CFLAGS and OSIP_LIBS for libeXosip2

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


Changeset:
Modified: trunk/buildroot/package/libeXosip2/libeXosip2.mk
===================================================================
--- trunk/buildroot/package/libeXosip2/libeXosip2.mk	2009-02-02 07:22:19 UTC (rev 25217)
+++ trunk/buildroot/package/libeXosip2/libeXosip2.mk	2009-02-02 07:24:48 UTC (rev 25218)
@@ -22,32 +22,19 @@
 	(cd $(LIBEXOSIP2_DIR); rm -rf config.cache; \
 		$(TARGET_CONFIGURE_OPTS) \
 		$(TARGET_CONFIGURE_ARGS) \
+		OSIP_CFLAGS="$(TARGET_CFLAGS)" \
+		OSIP_LIBS="-L$(STAGING_DIR)/usr/lib -losip2 -losipparser2" \
 		./configure \
 		--target=$(GNU_TARGET_NAME) \
 		--host=$(GNU_TARGET_NAME) \
 		--build=$(GNU_HOST_NAME) \
 		--prefix=/usr \
-		--exec-prefix=/usr \
-		--libexecdir=/usr/lib \
-		--sysconfdir=/etc \
-		--datadir=/usr/share \
-		--localstatedir=/var \
-		--libdir=/usr/lib \
-		--includedir=$(STAGING_DIR)/usr/include \
-		--oldincludedir=/usr/include \
 		--enable-shared \
 		--enable-static \
 		$(DISABLE_NLS) \
 	)
 	touch $@
 
-#		--with-gnu-ld \
-#		--libexecdir=$(STAGING_DIR)/usr/lib \
-#		--libdir=$(STAGING_DIR)/usr/lib \
-#		--libdir=/usr/lib \
-#		--libexecdir=/usr/lib \
-
-
 $(LIBEXOSIP2_DIR)/.compiled: $(LIBEXOSIP2_DIR)/.configured
 	$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(LIBEXOSIP2_DIR)
 	touch $@

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2009-02-04 21:49 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-14 23:49 [Buildroot] svn commit: trunk/buildroot/package/libeXosip2 ulf at uclibc.org
2009-01-15  8:58 ` Peter Korsgaard
2009-01-15 20:41   ` Ulf Samuelsson
  -- strict thread matches above, loose matches on Subject: below --
2009-01-16 21:19 ulf at uclibc.org
2009-01-25 20:44 ulf at uclibc.org
2009-01-25 20:48 ` Peter Korsgaard
2009-01-25 23:32 ulf at uclibc.org
2009-02-02  7:24 ulf at uclibc.org
2009-02-02 12:25 ` Peter Korsgaard
2009-02-04 12:52   ` Peter Korsgaard
2009-02-04 21:49     ` Ulf Samuelsson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox