Skip to content

Commit

Permalink
Merge pull request #75 from andreas-schwab/master
Browse files Browse the repository at this point in the history
crypt_gensalt moved to separate library libowcrypt (fate#314945)
  • Loading branch information
jreidinger committed Sep 9, 2013
2 parents 3cce247 + 9c8dd93 commit 928d547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/binary/CMakeLists.txt
Expand Up @@ -91,7 +91,7 @@ target_link_libraries( builtinx ${YAST_LIBRARY} )
target_link_libraries( builtinx ${YAST_YCP_LIBRARY} )
target_link_libraries( builtinx ${YAST_PLUGIN_SCR_LIBRARY} )
target_link_libraries( builtinx ${YAST_PLUGIN_WFM_LIBRARY} )
target_link_libraries( builtinx crypt )
target_link_libraries( builtinx crypt owcrypt )

install(TARGETS yastx LIBRARY DESTINATION ${RUBY_VENDORARCH_DIR} )
install(TARGETS builtinx LIBRARY DESTINATION ${RUBY_VENDORARCH_DIR}/yast )
Expand Down

0 comments on commit 928d547

Please sign in to comment.