Просмотр исходного кода

fix pgsql/postgresql include path

Thomas Lotterer 23 лет назад
Родитель
Сommit
5ae77e947e
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      proftpd/proftpd.spec

+ 2 - 2
proftpd/proftpd.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
 Group:        FTP
 License:      GPL
 Version:      1.2.8
-Release:      20030609
+Release:      20030702
 
 #   package options
 %option       with_mysql  no
@@ -111,7 +111,7 @@ AutoReqProv:  no
     #   postgresql also doesn't provide its own inlude subdirectory
     %{l_shtool} subst \
         -e 's;\(-lpq\);\1 -lssl -lcrypto;g' \
-        -e 's;^\(#include <\)pgsql/\(libpq-fe.h>.*\)$;\1\2;' \
+        -e 's;^\(#include <\)pgsql/\(libpq-fe.h>.*\)$;\1postgresql/\2;' \
         contrib/mod_sql_postgres.c
     #   libldap also requires openssl
     %{l_shtool} subst \