X-Git-Url: http://gitweb/?a=blobdiff_plain;f=man-db%2FPkgfile;h=dea46039cb81b689350416202df3f13ea09273cb;hb=decf7bfcf920ff8e9f10cf84b32f4706f0c630b2;hp=5b17af1b6f632a37548314da541f77c02461f546;hpb=69cad3a2594e61a63a159208fa49b1fe3e142788;p=crossrootfs.git diff --git a/man-db/Pkgfile b/man-db/Pkgfile index 5b17af1..dea4603 100644 --- a/man-db/Pkgfile +++ b/man-db/Pkgfile @@ -13,8 +13,8 @@ source=(http://download.savannah.gnu.org/releases/$name/$name-$version.tar.xz \ build() { cd $name-$version - export libpipeline_CFLAGS="$CFLAGSi -I$CLFS/usr/include" - export libpipeline_LIBS="$LIBS -L$CLFS/urs/lib -lpipeline" + export libpipeline_CFLAGS="$CFLAGS -I$CLFS/usr/include" + export libpipeline_LIBS="$LIBS -L$CLFS/usr/lib -lpipeline" ./configure --build=$CHOST \ --host=$CTARGET \