mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
libcfile: remove absoluted parameters so it can be build
This commit is contained in:
parent
f10b6869ef
commit
1338bd77d7
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue