diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-12 22:58:45 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-12 22:58:45 +0100 |
commit | d29b7059e0e3dacc3e051c310eabaecabe19a8d2 (patch) | |
tree | 078693d3be8a0d6096587f5ac01b2ffc76dc8626 /package/sipsak/Makefile | |
parent | 4129680028eaddf98219126f787b08551bbf7088 (diff) |
updates and build fixes for a lot of packages
compiled for ibmx40 with eglibc.
Diffstat (limited to 'package/sipsak/Makefile')
-rw-r--r-- | package/sipsak/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/sipsak/Makefile b/package/sipsak/Makefile index ac11b5520..1ebf3a17d 100644 --- a/package/sipsak/Makefile +++ b/package/sipsak/Makefile @@ -14,6 +14,8 @@ PKG_BUILDDEP:= openssl PKG_URL:= http://sipsak.org/ PKG_SITES:= http://download.berlios.de/sipsak/ +DISTFILES:= $(PKG_NAME)-$(PKG_VERSION)-1.tar.gz + include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,SIPSAK,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) |