Add mkpkg_open-iscsi to build the package archive from the official open-iscsi GIT.

This commit is contained in:
Yann Cézard 2012-03-07 19:15:39 +01:00 committed by Alain Kalker
parent 527388ef66
commit 5c176481a8
2 changed files with 2 additions and 13 deletions

View File

@ -20,12 +20,12 @@
################################################################################
PKG_NAME="open-iscsi"
PKG_VERSION="git20120226"
PKG_VERSION="f9f627f"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://eesprit.free.fr"
PKG_URL="$PKG_SITE/openelec.tv/bits/$PKG_NAME-$PKG_VERSION.tgz"
PKG_URL="$PKG_SITE/openelec.tv/bits/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_DEPENDS=""
PKG_BUILD_DEPENDS="toolchain util-linux"
PKG_PRIORITY="optional"

View File

@ -1,11 +0,0 @@
--- a/usr/Makefile 2011-08-05 11:54:52.000000000 +0200
+++ b/usr/Makefile 2011-08-05 11:55:06.000000000 +0200
@@ -63,7 +63,7 @@
iscsistart: $(ISCSI_LIB_SRCS) $(INITIATOR_SRCS) $(FW_BOOT_SRCS) \
iscsistart.o statics.o
- $(CC) $(CFLAGS) -static $^ -o $@
+ $(CC) $(CFLAGS) $^ -o $@
clean:
rm -f *.o $(PROGRAMS) .depend $(LIBSYS)