pinentry: make it build again

This commit is contained in:
Thomas Penteker 2009-09-19 01:03:54 +02:00
parent c1f8fb5771
commit 400c7f29d0
2 changed files with 11 additions and 5 deletions

View File

@ -1,4 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
lrwxrwxrwx root/root usr/bin/pinentry -> pinentry-curses
lrwxrwxrwx root/root usr/bin/pinentry -> pinentry-gtk-2
-rwxr-xr-x root/root usr/bin/pinentry-curses
-rwxr-xr-x root/root usr/bin/pinentry-gtk-2
-rwxr-xr-x root/root usr/bin/pinentry-qt

View File

@ -16,10 +16,14 @@ build() {
patch -p1 < $SRC/$name-$version.patch
./configure \
--prefix=/usr \
--with-qt-dir=/usr/share/qt \
--enable-fallback-curses \
--disable-pinentry-gtk
--prefix=/usr \
--with-qt-dir=/usr/share/qt3 \
--enable-fallback-curses \
--disable-pinentry-gtk
cd qt
moc-qt3 pinentrydialog.h > pinentrydialog.moc
moc-qt3 secqlineedit.h > secqlineedit.moc
cd ..
make
make DESTDIR=$PKG install