Pass some more args to gnu configure scripts to get the correct dirs
and remove specific hacks from templates. --HG-- extra : convert_revision : 3abbceb03c42e5d38bfae226ee433f2461b77ce7
This commit is contained in:
parent
6c2449b7e1
commit
26c001f582
2
pkgfs.sh
2
pkgfs.sh
|
@ -493,6 +493,8 @@ build_tmpl_sources()
|
|||
--exec-prefix="$PKGFS_DESTDIR/$pkgname" \
|
||||
--mandir="$PKGFS_DESTDIR/$pkgname/man" \
|
||||
--infodir="$PKGFS_DESTDIR/$pkgname/share/info" \
|
||||
--libdir="$PKGFS_MASTERDIR/lib" \
|
||||
--includedir="$PKGFS_MASTERDIR/include" \
|
||||
${configure_args}
|
||||
|
||||
#
|
||||
|
|
|
@ -4,8 +4,7 @@ extract_sufx=".tar.gz"
|
|||
url=http://ftp.gnu.org/gnu/libidn
|
||||
build_style=gnu_configure
|
||||
configure_env="EMACS=/bin/false"
|
||||
configure_args="--disable-csharp --disable-java
|
||||
--libdir=$PKGFS_MASTERDIR/lib"
|
||||
configure_args="--disable-csharp --disable-java"
|
||||
short_desc="Internationalized Domain Names command line tool"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=3b2217f015965600b69983cf831746a591f0680e
|
||||
|
|
Loading…
Reference in New Issue