PRIORITY = "optional"
MAINTAINER = "NSLU2 Linux <nslu2-linux@yahoogroups.com>"
DEPENDS = "glib-2.0 libxml2 popt pcre openssl"
-PR = "r0"
+PR = "r1"
LICENSE = "GPL"
SRC_URI = "http://sources.nslu2-linux.org/sources/ctrlproxy-2.6.2.tar.gz"
#INITSCRIPT_PARAMS = "defaults 84"
# CONFFILES_${PN} = "${sysconfdir}/foo.conf"
+# To fix this error in autotools_do_configure (which arises after a
+# change to pkg-config pkg.m4):
+#configure:314: error: possibly undefined macro: PKG_LIBS
+do_configure() {
+ oe_runconf
+}
+
CFLAGS += "-L${STAGING_LIBDIR}"
#do_install() {