diff options
author | Steven Barth <steven@midlink.org> | 2014-08-12 17:36:40 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2014-08-12 17:38:15 +0200 |
commit | a7671356fe86c5ff6d4b97f183231544c30b207e (patch) | |
tree | 1b30f2c47da3ced00c307abe3cbeb05f2ba2f84a /libs/libpam | |
parent | 2c88c2424fe21e51aad541656bdf86b4fc94e25f (diff) |
libpam: fix package source to unbreak BB build
Yesterday's CVE-fix changed the package source URL to an invalid location.
Reverting this change to unbreak builds.
Signed-off-by: Steven Barth <steven@midlink.org>
Diffstat (limited to 'libs/libpam')
-rw-r--r-- | libs/libpam/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libpam/Makefile b/libs/libpam/Makefile index 132377a75..e9c4a3c70 100644 --- a/libs/libpam/Makefile +++ b/libs/libpam/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=1.1.8 PKG_RELEASE:=4 PKG_SOURCE:=Linux-PAM-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=http://www.linux-pam.org/ +PKG_SOURCE_URL:=http://www.linux-pam.org/library/ PKG_MD5SUM:=35b6091af95981b1b2cd60d813b5e4ee PKG_INSTALL:=1 PKG_FIXUP:=autoreconf |