← recipes

Commit 13bd9ad

0
plików
+0
dodanych
-0
usuniętych
@@ -438,7 +438,6 @@ footprint_easytag_zh: |
438 438 drwxr-xr-x root/root usr/share/locale/zh_TW/
439 439 drwxr-xr-x root/root usr/share/locale/zh_TW/LC_MESSAGES/
440 440 -rw-r--r-- root/root usr/share/locale/zh_TW/LC_MESSAGES/easytag.mo
441 -
442 441 build: |
443 442 cd ${pkgname}-${pkgver}
444 443
@@ -447,7 +446,8 @@ build: |
447 446 export LDFLAGS="${LDFLAGS} -lstdc++"
448 447
449 448 ./configure --prefix=/usr \
450 - --disable-schemas-compile
449 + --disable-schemas-compile \
450 + --disable-id3libtest
451 451
452 452 make
453 453