You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
711 B
17 lines
711 B
Index: Makefile.am |
|
--- Makefile.am.orig 2009-04-04 19:42:40 +0200 |
|
+++ Makefile.am 2009-04-04 23:03:35 +0200 |
|
@@ -22,4 +22,4 @@ |
|
|
|
mod_auth_openid.la: libmodauthopenid.la |
|
${APXS} -c -o $@ $< ${APACHE_CFLAGS} ${OPKELE_CFLAGS} ${OPKELE_LIBS} \ |
|
- ${SQLITE3_CFLAGS} ${PCRE_LIBS} ${CURL_LIBS} |
|
\ No newline at end of file |
|
+ ${SQLITE3_CFLAGS} ${PCRE_LIBS} ${CURL_LIBS} ${LIBS} |
|
Index: autogen.sh |
|
--- autogen.sh.orig 2009-04-04 19:42:40 +0200 |
|
+++ autogen.sh 2009-04-04 23:04:21 +0200 |
|
@@ -1,2 +1,2 @@ |
|
#! /bin/sh |
|
-libtoolize -f -c && aclocal -I ./acinclude.d && autoheader && automake -ac && autoconf && ./configure "$@" |
|
+libtoolize -f -c && aclocal -I ./acinclude.d && autoheader && automake -ac && autoconf
|
|
|