mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-20 04:00:35 +02:00
update libdaemon to new upstream release (v0.10)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2589 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f313e3646d
commit
a65d056bd8
@ -3,9 +3,9 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=libdaemon
|
PKG_NAME:=libdaemon
|
||||||
PKG_VERSION:=0.8
|
PKG_VERSION:=0.10
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_MD5SUM:=49cc7db480c6d7b8ca88b0db8ac275e7
|
PKG_MD5SUM:=6812a5e4063b5016f25e9a0cebbd3dd9
|
||||||
|
|
||||||
PKG_SOURCE_URL:=http://0pointer.de/lennart/projects/libdaemon/
|
PKG_SOURCE_URL:=http://0pointer.de/lennart/projects/libdaemon/
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
@ -22,8 +22,8 @@ $(PKG_BUILD_DIR)/.configured:
|
|||||||
(cd $(PKG_BUILD_DIR); rm -rf config.{cache,status} ; \
|
(cd $(PKG_BUILD_DIR); rm -rf config.{cache,status} ; \
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
CFLAGS="$(TARGET_CFLAGS)" \
|
CFLAGS="$(TARGET_CFLAGS)" \
|
||||||
CPPFLAGS="-I$(STAGING_DIR)/usr/include" \
|
CPPFLAGS="-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \
|
||||||
LDFLAGS="-L$(STAGING_DIR)/lib -L$(STAGING_DIR)/usr/lib" \
|
LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib" \
|
||||||
ac_cv_func_setpgrp_void=yes \
|
ac_cv_func_setpgrp_void=yes \
|
||||||
./configure \
|
./configure \
|
||||||
--target=$(GNU_TARGET_NAME) \
|
--target=$(GNU_TARGET_NAME) \
|
||||||
|
Loading…
Reference in New Issue
Block a user