remove -L/usr/lib in pcre-config,
[openwrt.git] / openwrt / package / lzo / Config.in
index f8c043a..7a0bd4c 100644 (file)
@@ -1,7 +1,12 @@
-config BR2_PACKAGE_LZO
-       tristate "lzo"
-       default m
+config BR2_PACKAGE_LIBLZO
+       tristate "liblzo - Real-time data compression library"
+       default m if CONFIG_DEVEL
        help
-         A library implementing transparent compression/decompression
-        
+         A real-time data compression library
+         
          http://www.oberhumer.com/opensource/lzo/
+         
+
+config BR2_PACKAGE_LZO
+       tristate
+       default BR2_PACKAGE_LIBLZO
This page took 0.019444 seconds and 4 git commands to generate.