Skip to content

Commit

Permalink
Update srcpkgs/ngspice/template
Browse files Browse the repository at this point in the history
Co-authored-by: Érico Nogueira Rolim <34201958+ericonr@users.noreply.github.com>
  • Loading branch information
mtboehlke and ericonr committed Aug 9, 2021
1 parent 9ab3278 commit 28300b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srcpkgs/ngspice/template
Expand Up @@ -25,7 +25,7 @@ pre_configure() {
# see: https://github.com/imr/ngspice/commit/b86c85f85bbba6e45dc030af3e853edf8b9cfa3d
post_configure() {
cd .build_bins
configure_args="--with-readline=yes $(printf %s\\n "$configure_args" | sed 's/--with-ngshared//')" do_configure
configure_args="--with-readline=yes ${configure_args/--with-ngshared/}" do_configure
}

post_build() {
Expand Down

0 comments on commit 28300b9

Please sign in to comment.