diff options
author | frans <frans@linux-suse.(none)> | 2009-09-30 15:53:39 +0200 |
---|---|---|
committer | frans <frans@linux-suse.(none)> | 2009-09-30 15:53:39 +0200 |
commit | 2bd89915c3ed05864641ec982fe39bc5c6505cca (patch) | |
tree | d20588ab882b58cde528cbbdb07d5b3e6a2d71b4 /recipes/proftpd/proftpd_1.3.2.bb | |
parent | 0427b295ab7f42d0df44daecceb1d34660099ceb (diff) |
proftpd: fixed makefile issue (replaced CC by BUILD_CC)
Diffstat (limited to 'recipes/proftpd/proftpd_1.3.2.bb')
-rw-r--r-- | recipes/proftpd/proftpd_1.3.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/proftpd/proftpd_1.3.2.bb b/recipes/proftpd/proftpd_1.3.2.bb index 1a9736dbf3..c051a6328e 100644 --- a/recipes/proftpd/proftpd_1.3.2.bb +++ b/recipes/proftpd/proftpd_1.3.2.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Secure ftp daemon" SECTION = "console/network" LICENSE = "GPL" -PR = "r2" +PR = "r3" SRC_URI = "ftp://ftp.nl.uu.net/pub/unix/ftp/proftpd/ftp/distrib/source/${PN}-${PV}.tar.gz \ file://make.patch;patch=1 \ |