diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-07 11:50:47 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-07 11:50:47 +0000 |
commit | 16bf47a2fa23fa691e8641be5f4189944b4db1bc (patch) | |
tree | ac06f27948db7e22c4bc9d088001fab09c297a07 /package/popt | |
parent | c1a7654e593ecc5882c615ff8a96f38847fa2982 (diff) | |
download | upstream-16bf47a2fa23fa691e8641be5f4189944b4db1bc.tar.gz upstream-16bf47a2fa23fa691e8641be5f4189944b4db1bc.tar.bz2 upstream-16bf47a2fa23fa691e8641be5f4189944b4db1bc.zip |
Fix popt building
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@810 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/popt')
-rw-r--r-- | package/popt/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/popt/Config.in b/package/popt/Config.in index 8834eb7c37..2564ddf81b 100644 --- a/package/popt/Config.in +++ b/package/popt/Config.in @@ -7,3 +7,7 @@ config BR2_PACKAGE_POPT ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/ +config BR2_PACKAGE_LIBPOPT + tristate + default BR2_PACKAGE_POPT + |