libcfile: remove absoluted parameters so it can be build

This commit is contained in:
blshkv 2019-05-16 09:13:01 +08:00
parent f10b6869ef
commit 1338bd77d7
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F

View file

@ -26,7 +26,5 @@ src_configure() {
$(use_with nls libintl-prefix) \ $(use_with nls libintl-prefix) \
$(use_enable unicode wide-character-type) \ $(use_enable unicode wide-character-type) \
$(use_enable debug verbose-output ) \ $(use_enable debug verbose-output ) \
$(use_enable debug debug-output ) \ $(use_enable debug debug-output )
--with-libcerror --with-libclocale \
--with-libcnotify --with-libuna
} }