]> git.pld-linux.org Git - packages/proftpd.git/commitdiff
- applied nostrip patch (do not strip files before generating debuginfo)
authorpawelz <pawelz@pld-linux.org>
Mon, 16 Mar 2009 15:45:25 +0000 (15:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- TODO: mod_pam does not work

Changed files:
    proftpd.spec -> 1.259

proftpd.spec

index ba97ee323beb46db5b2715687bf5656807bd6e9d..3b48dcad63d19513b0bba037014697ad23d14c84 100644 (file)
@@ -1,6 +1,7 @@
 # TODO
 # - mod_caps uses uname -r for detection
 # - don't use internal libltdl
+# - mod_pam does not work
 #
 # Conditional build:
 %bcond_without pam             # disable PAM support
@@ -41,6 +42,7 @@ Patch0:               %{name}-paths.patch
 Patch1:                %{name}-noautopriv.patch
 Patch2:                %{name}-wtmp.patch
 Patch3:                %{name}-pool.patch
+Patch4:                %{name}-nostrip.patch
 URL:           http://www.proftpd.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -438,6 +440,7 @@ dodaje hosty do pliku /etc/hosts.deny.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 cp -f /usr/share/automake/config.sub .
 
This page took 0.11765 seconds and 4 git commands to generate.