[oe-commits] org.oe.dev thttpd: Build htpasswd shared too. Reduces the total size from 600kb to 110kb

nail commit openembedded-commits at lists.openembedded.org
Sat Mar 17 21:43:33 UTC 2007


thttpd: Build htpasswd shared too. Reduces the total size from 600kb to 110kb

Author: nail at nslu2-linux.org
Branch: org.openembedded.dev
Revision: 079169fa4d08258d986a995133f464bd3d6b1447
ViewMTN: http://monotone.openembedded.org/revision.psp?id=079169fa4d08258d986a995133f464bd3d6b1447
Files:
1
packages/thttpd/files/htpasswd_shared.diff
packages/thttpd/thttpd_2.25b.bb
Diffs:

#
# mt diff -r408f7747d53407f7f8d6ce680a9c90fd4b2ce76e -r079169fa4d08258d986a995133f464bd3d6b1447
#
# 
# 
# add_file "packages/thttpd/files/htpasswd_shared.diff"
#  content [3afe128aa11cbceef94f42251dd1d914e5f67f3a]
# 
# patch "packages/thttpd/thttpd_2.25b.bb"
#  from [04719ce70f43777b4142929ab2f18ce000db329d]
#    to [596ce4b3af7adfedfad28e669c206cb695c5a573]
# 
============================================================
--- packages/thttpd/files/htpasswd_shared.diff	3afe128aa11cbceef94f42251dd1d914e5f67f3a
+++ packages/thttpd/files/htpasswd_shared.diff	3afe128aa11cbceef94f42251dd1d914e5f67f3a
@@ -0,0 +1,11 @@
+--- thttpd-2.25b/extras/Makefile.in.orig	2007-03-17 22:30:47.356393000 +0100
++++ thttpd-2.25b/extras/Makefile.in	2007-03-17 22:31:34.566393000 +0100
+@@ -36,7 +36,7 @@
+ DEFS =		@DEFS@
+ INCLS =		-I..
+ CFLAGS =	$(CCOPT) $(DEFS) $(INCLS)
+-STATICFLAG =	@V_STATICFLAG@
++STATICFLAG =	
+ LDFLAGS =	@LDFLAGS@
+ LIBS =		@LIBS@
+ NETLIBS =	@V_NETLIBS@
============================================================
--- packages/thttpd/thttpd_2.25b.bb	04719ce70f43777b4142929ab2f18ce000db329d
+++ packages/thttpd/thttpd_2.25b.bb	596ce4b3af7adfedfad28e669c206cb695c5a573
@@ -1,12 +1,13 @@ HOMEPAGE = "http://www.acme.com/software
 DESCRIPTION = "A simple, small, portable, fast, and secure HTTP server."
 LICENSE = "BSD"
 HOMEPAGE = "http://www.acme.com/software/thttpd/"
-PR="r5"
+PR="r6"
 
 SRC_URI = "http://www.acme.com/software/thttpd/thttpd-2.25b.tar.gz \
 	   file://install.patch;patch=1 \
 	   file://acinclude.m4 \
-	   file://init"
+	   file://init \
+	   file://htpasswd_shared.diff;patch=1"
 S = "${WORKDIR}/thttpd-${PV}"
 
 INITSCRIPT_NAME = "thttpd"






More information about the Openembedded-commits mailing list