소스 검색

ops, the patch is on-the-fly modified. Sorry, I overlooked this fact.

Ralf S. Engelschall 18 년 전
부모
커밋
e92e3c91fc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      jabberd/jabberd.patch

+ 1 - 1
jabberd/jabberd.patch

@@ -6,7 +6,7 @@ Index: configure
  
  if test "x-$enable_mysql" = "x-yes" ; then
 -        for i in /usr /usr/local /usr/local/mysql ; do
-+        for i in /openpkg-dev ; do
++        for i in @l_prefix@; do
                  for j in include include/mysql "" ; do
                          if test -r "$i/$j/mysql.h" ; then
                                  MYSQL_INCLUDE=$i/$j