diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-03-11 18:17:08 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-03-11 18:17:08 +0000 |
commit | 52c3bc6438c0b363577a7cb0192d64c5e387dca3 (patch) | |
tree | 2a9a5bc15bdaaeca05f9c9cf935c61368a4927ad /package/libcgi | |
parent | 9b6c0722c8f29ae83aa84633672500581321144a (diff) |
replace libcgi with some code extracted from haserl - libcgi is too inflexible and breaks rrdtool
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6554 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libcgi')
-rw-r--r-- | package/libcgi/Makefile | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/package/libcgi/Makefile b/package/libcgi/Makefile deleted file mode 100644 index 8d30011fe..000000000 --- a/package/libcgi/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# -# Copyright (C) 2006 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# -# $Id: Makefile 6372 2007-02-25 23:34:57Z nbd $ - -include $(TOPDIR)/rules.mk - -PKG_NAME:=libcgi -PKG_VERSION:=1.0 -PKG_RELEASE:=1 - -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=@SF/libcgi -PKG_MD5SUM:=110af367081d33c7ed6527a1a60fc274 -PKG_CAT:=zcat - -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) - -include $(INCLUDE_DIR)/package.mk - -define Build/InstallDev - mkdir -p $(STAGING_DIR)/usr/include $(STAGING_DIR)/usr/lib - $(MAKE) -C $(PKG_BUILD_DIR) \ - prefix="$(STAGING_DIR)/usr" \ - install -endef - -$(eval $(call Build/DefaultTargets)) |